Files
songparser/Cargo.toml
T
phoenix 02cc833cd9
Rust Build / Check (push) Successful in 1m2s
Rust Build / Rustfmt (push) Successful in 57s
Rust Build / Test Suite (push) Successful in 1m9s
Rust Build / Clippy (push) Successful in 1m22s
Rust Build / build (push) Successful in 2m6s
Update rust (#1)
Reviewed-on: #1
2026-05-22 11:21:58 -04:00

19 lines
785 B
TOML

[package]
name = "songparser"
version = "0.6.0"
edition = "2024"
rust-version = "1.95"
[dependencies]
tokio = { version = "1.52.2", features = ["full"] }
futures = { version = "0.3.32" }
reqwest = { version = "0.13.3", features = ["json", "stream", "multipart"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149" }
time = { version = "0.3.47", features = ["macros", "serde"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] }
rand = { version = "0.10.1" }
icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.6.0" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.11.1" }
icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.7.0" }