librust/f9/Cargo.toml
2024-05-08 03:31:57 +00:00

18 lines
474 B
TOML

[package]
name = "f9"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = "*"
serde_derive = "*"
serde_json = "*"
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.11.22", features = ["blocking", "json"] }
actix-web = "4"
r9 = { path = "../r9" }
r9_macro = { path = "../r9_macro" }
r9_macro_derive = { path = "../r9_macro_derive" }
bytes = "0.5.6"