[package] name = "bin" version = "2.2.1-noracodes-04" authors = [ "Gunwant Jain ", "Leonora Tindall " ] edition = "2021" build = "build.rs" [dependencies] rand ="0.10.1" rocket = "0.5.1" tree_magic = "0.2.3" syntect = "5.3.0" rust-embed="8.11.0" clap = { version = "4.6.1", features = ["derive", "env"] } once_cell = "1" sha256 = "1" time = { version = "0.3", features = ["formatting"] } [dependencies.rocket_dyn_templates] version = "0.2.0" features = ["tera"]