shoutcat/api/Cargo.toml

14 lines
275 B
TOML
Raw Normal View History

2024-03-27 10:43:11 +00:00
[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"]}