JsonRPC/templates/Rust/Cargo.toml

14 lines
347 B
TOML
Raw Normal View History

2022-04-13 19:01:43 +00:00
[package]
2022-04-17 10:46:37 +00:00
name = "__name__"
2022-04-13 19:01:43 +00:00
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.4.0"
2022-04-17 10:46:37 +00:00
tokio = { version = "1.17.0", features = ["full"] }
2022-04-13 19:01:43 +00:00
serde = { version = "1.0.136", features = ["derive"] }
2022-04-17 10:46:37 +00:00
serde_json = "1.0.79"
async-trait = "0.1.7"