sculptor/elyby-api/Cargo.toml
shiroyashik b280da2742
Оно работает!
Почищу код позже...
2024-05-17 11:00:37 +03:00

15 lines
389 B
TOML

[package]
name = "elyby-api"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.83"
log = "0.4.21"
reqwest = { version = "0.12.4" }
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"
tokio = { version = "1.37.0", features = ["full"] }
uuid = "1.8.0"