Files
paste/Cargo.toml
Gunwant Jain 54aa737661 bin: v2.0.0
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
2022-01-20 16:52:21 +05:30

19 lines
349 B
TOML

[package]
name = "bin"
version = "2.0.0"
authors = ["Gunwant Jain <mail@wantguns.dev>"]
edition = "2021"
[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"] }
[dependencies.rocket_dyn_templates]
version = "0.1.0-rc.1"
features = ["tera"]