Начало положено...

This commit is contained in:
Shiroyasha 2024-05-13 11:48:46 +03:00
commit 3fd49300db
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
12 changed files with 2361 additions and 0 deletions

14
elyby-api/Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[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 = "0.12.4"
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"
tokio = { version = "1.37.0", features = ["full"] }