Files
songparser/Cargo.toml
T
phoenix 9372b8ea07
songparser / Check (push) Successful in 2m3s
songparser / Rustfmt (push) Successful in 52s
songparser / build (push) Successful in 2m0s
songparser / Clippy (push) Successful in 2m12s
Update (#2)
Reviewed-on: #2
2026-07-07 22:49:06 -04:00

19 lines
814 B
TOML

[package]
name = "songparser"
version = "0.6.1"
edition = "2024"
rust-version = "1.95"
[dependencies]
tokio = { version = "1.52.3", features = ["full"] }
futures = { version = "0.3.32" }
reqwest = { version = "0.13.4", features = ["json", "stream", "multipart"] }
openssl = { version = "0.10.81", features = ["vendored"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" }
time = { version = "0.3.53", features = ["macros", "serde"] }
uuid = { version = "1.23.4", features = ["v4", "serde"] }
icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.6.1" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.11.3" }
icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.8.0" }