stillbox/Cargo.toml
2024-03-06 20:06:41 -05:00

18 lines
389 B
TOML

[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]
actix = "0.13.1"
actix-web = "4"
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"] }
[build-dependencies]
prost-build = "0.12"