JsonRPC/templates/Rust2.0/Cargo.toml

16 lines
364 B
TOML
Raw Normal View History

[package]
name = "__name__"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
int-enum = "0.5.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.88"
threadpool = "1.8.1"
nanoid = "0.4.0"
tokio = { version = "1.22.0", features = ["full"] }