[package] name = "sfs" version = "0.0.1" authors = ["Arpan Laha "] edition = "2018" description = "Simple, lightweight HTTP static file server." readme = "README.md" homepage = "https://github.com/arpanlaha/sfs" repository = "https://github.com/arpanlaha/sfs" license = "MIT" keywords = ["http", "server", "static", "file"] categories = [ "command-line-utilities", "network-programming", "web-programming::http-server", ] [dependencies]