[package] name = "aintnobody" version = "1.1.1" edition = "2021" authors = ["Đ4ⱱ1ƝƇᎩ "] license = "Unlicense" description = "Plays snippet of \"ain't nobody\" for 1284 milliseconds or so and die" documentation = "https://docs.rs/aintnobody" readme = "README.md" homepage = "https://github.com/d4v1ncy/aintnobody" [dependencies] rodio = { version = "0.17.3", features = ["minimp3"] } rust-embed = "8.0.0" [lib] name = "aintnobody" path = "src/lib.rs"