Files
songparser/Cargo.toml
T
phoenix fb68602b5d
songparser / Check (pull_request) Successful in 1m0s
songparser / Rustfmt (pull_request) Successful in 49s
songparser / Clippy (pull_request) Successful in 1m47s
songparser / build (pull_request) Successful in 1m28s
songparser / Test Suite (pull_request) Successful in 2m40s
bump: icarus_models
2026-07-07 22:32:49 -04:00

18 lines
755 B
TOML

[package]
name = "songparser"
version = "0.6.0"
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"] }
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.7.0" }