[package] name = "HiRE" description = "High performance Rhythm game Engine." version = "0.0.0" license = "MIT" authors = ["JacobLinCool "] homepage = "https://github.com/JacobLinCool/rhythm-rs" repository = "https://github.com/JacobLinCool/rhythm-rs" edition = "2021" [lib] name = "hire" path = "src/lib.rs" crate-type = ["cdylib", "rlib"]