mirror of
https://github.com/ivabus/rinth
synced 2024-11-22 00:15:08 +03:00
12 lines
284 B
TOML
12 lines
284 B
TOML
[package]
|
|
name = "rinth-midi"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
publish = false
|
|
license-file = "../LICENSE"
|
|
authors = [ "Ivan Bushchik <ivabus@ivabus.dev>" ]
|
|
|
|
[dependencies]
|
|
rinth-types = { path="../rinth-types" }
|
|
clap = { version = "4.4.18", features = ["derive"] }
|
|
midly = "0.5.3"
|