stillbox/Cargo.toml

19 lines
389 B
TOML
Raw Normal View History

2024-01-15 11:38:22 -05:00
[package]
name = "stillbox"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-03-06 20:06:41 -05:00
actix = "0.13.1"
2024-01-15 11:38:22 -05:00
actix-web = "4"
2024-03-06 20:06:41 -05:00
actix-web-actors = "4.2.0"
bytes = "1.5.0"
prost = "0.12"
prost-types = "0.12"
uuid = { version = "1.6.1", features = ["v4", "serde"] }
2024-01-15 11:38:22 -05:00
2024-03-06 20:06:41 -05:00
[build-dependencies]
prost-build = "0.12"