Some checks failed
Release Tagging / release (push) Successful in 33s
Rust Build / Check (push) Failing after 25s
Rust Build / Test Suite (push) Failing after 24s
Rust Build / Rustfmt (push) Successful in 27s
Rust Build / Clippy (push) Failing after 26s
Rust Build / build (push) Successful in 30s
Reviewed-on: #3 Co-authored-by: phoenix <kundeng94@gmail.com> Co-committed-by: phoenix <kundeng94@gmail.com>
8 lines
177 B
TOML
8 lines
177 B
TOML
[package]
|
|
name = "songparser"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
icarus-models = { git = "ssh://git@git.kundeng.us/phoenix/icarus-models.git", tag = "v0.1.14" }
|