[package] name = "servar" version = "0.1.0" edition = "2021" description = "Multi Utility Server" readme = "README.md" license = "MIT" homepage = "https://github.com/callrbx/servar" repository = "https://github.com/callrbx/servar" documentation = "https://github.com/callrbx/servar/blob/main/README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "^0.3.26" tokio = { version = "^1.29.1", features = ["full"] } build_html = "^2.4.0" warp = "^0.3.5" once_cell = "^1.18.0"