bin/Cargo.toml
2026-05-31 15:06:32 +02:00

24 lines
504 B
TOML

[package]
name = "bin"
version = "2.2.1-noracodes-04"
authors = [
"Gunwant Jain <mail@wantguns.dev>",
"Leonora Tindall <nora@nora.codes>"
]
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"]