usdx_parser 0.2.2

Parser for UltraStar Deluxe song files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"