[package] name = "bass-sys" description = "Bass bindings for Rust" version = "2.3.0" authors = ["KernelError "] edition = "2018" repository = "https://github.com/KernelErr0r/bass-sys" license = "MIT" keywords = ["bass", "bindings", "audio"] categories = ["external-ffi-bindings", "multimedia::audio"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libloading = "0.7.3" once_cell = "1.13.0"