bin/Cargo.toml
Leonora Tindall cac483b99f
Rebrand the client to NoraCodes (#5)
* NoraCodes branding in /r/client

* Bump noracodes fork version
2023-03-01 15:37:38 -06:00

25 lines
514 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.8.4"
rocket = "0.5.0-rc.1"
tree_magic = "0.2.3"
syntect = "4.6.0"
rust-embed="6.3.0"
clap = { version = "3.0.9", features = ["derive", "env"] }
once_cell = "1"
sha256 = "1"
time = { version = "0.3", features = ["formatting"] }
[dependencies.rocket_dyn_templates]
version = "0.1.0-rc.1"
features = ["tera"]