text-display/Cargo.toml

18 lines
478 B
TOML
Raw Permalink Normal View History

2023-02-16 12:30:06 +00:00
[package]
name = "text-display"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15.0"
rocket = { version = "0.5.0-rc.2", features = ["json", "secrets"] }
2024-04-02 07:38:59 +00:00
rocket_cors = "0.6.0"
2023-02-16 12:30:06 +00:00
rpassword = "7.2.0"
serde = "1.0.152"
serde_json = "1.0.93"
text_io = "0.1.12"
tokio = { version = "1.25.0", features = ["full"] }
xxhash-rust = { version = "0.8.6", features = ["xxh64"] }