[package] authors = ["Stijn Frishert "] categories = ["command-line-utilities"] description = "A set of tools for working with LSDJ files" edition = "2021" homepage = "https://github.com/stijnfrishert/lsdj-rs" keywords = ["lsdj", "chiptune", "gameboy", "music"] license = "MIT OR Apache-2.0" name = "lsdj-tools" readme = "README.md" repository = "https://github.com/stijnfrishert/lsdj-rs" version = "0.1.0" [dependencies] anyhow = "1.0.56" clap = {version = "3.0.10", features = ["derive"]} lsdj = {version = "0.1.0", path = "../lsdj"} walkdir = "2.3.2" wild = "2.0.4"