bms 0.1.2

Be-Music Source parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bms"
version = "0.1.2"
edition = "2018"
description = "Be-Music Source parser"
license = "MIT"
repository = "https://github.com/EgoOrb/bms"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex = "1.4.6"
lazy_static = "1.4.0"
itertools = "0.10.0" 
read_input = "0.8.4"
radix_fmt = "1"
encoding_rs = "0.8.28"