Cargo.toml
402 B · toml · 15 lines
1[package]2name = "mrlymusic"3version.workspace = true4edition.workspace = true5description = "The sound of Mrly: notes, waves, the composer that walks voices through chords, and the wave file."6license.workspace = true7repository.workspace = true8readme = "README.md"9publish = false1011[dependencies]12mrlycore.workspace = true1314[dev-dependencies]15mrlycore = { workspace = true, features = ["testkit"] }