shoutcat/api/Cargo.toml
2024-03-27 17:32:12 +01:00

13 lines
275 B
TOML

[package]
name = "api"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.5.1"
anyhow = "1.0.81"
serde = "1.0.197"
uuid = {version = "1.8.0", features = ["v4"]}