[package]name="statix"version="1.0.0"edition="2021"description="A CLI http server for static file sharing"license="MIT"# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html[dependencies]tiny_http="0.9"clap={version="3.0.0-rc.8",features=["derive"]}