[package] name = "dsfs" version = "0.0.3" authors = ["Mike Burr "] description = "Dead Simple File Server -- The missing Rust development web server." license = "Unlicense" readme = "README.md" repository = "https://github.com/stnbu/dsfs" homepage = "https://unintuitive.org/" documentation = "https://github.com/stnbu/dsfs" edition = "2018" [dependencies] clap = "2.33.3" rocket = "0.4.10" rocket_contrib = "0.4.10"