[package] name = "sserver" version = "1.0.3" authors = ["Dawid J. Kubis "] repository = "https://github.com/Dawidkubis/sserver" license = "MIT" description = "serve your repositories as webpages" readme = "README.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" rocket = "0.4.5" comrak = "0.8.2" structopt = "0.3.17" toml = "0.5.6" serde = { version="1.0.116", features=["derive"] } anyhow = "1.0.32"