mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
15 lines
389 B
TOML
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"
|