27 lines
663 B
TOML
27 lines
663 B
TOML
[package]
|
|
name = "stat"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
protobuf = "2.9.0"
|
|
serde = "*"
|
|
serde_derive = "*"
|
|
serde_json = "*"
|
|
tokio = { version = "1", features = ["full"] }
|
|
actix = "0.13.1"
|
|
actix-web = "4"
|
|
actix-web-actors = "4.2.0"
|
|
actix-rt = "1.0.0"
|
|
|
|
r9 = { path = "../../third_party/librust/r9" }
|
|
r9_macro = { path = "../../third_party/librust/r9_macro" }
|
|
r9_macro_derive = { path = "../../third_party/librust/r9_macro_derive" }
|
|
f9 = { path = "../../third_party/librust/f9" }
|
|
bytes = "0.5.6"
|
|
|
|
[build-dependencies]
|
|
protobuf-codegen-pure = "2.9.0"
|