[package] name = "rgit" version = "0.10.0" edition = "2021" description = "A small git web interface written in rust" license = "GPL-2.0" authors = ["MoriGM "] repository = "https://github.com/MoriGM/rgit" keywords = ["git"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] toml = "0.5" rocket = "0.5.0-rc.2" git2 = "0.14" clap = { version = "3.1", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tera = "1.15" chrono = "0.4"