[package] name = "usdx_parser" version = "0.2.2" edition = "2021" description = "Parser for UltraStar Deluxe song files." license = "Apache-2.0 OR MIT" repository = "https://github.com/MGlolenstine/usdx_parser.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.56" tracing = "0.1.32"