diff --git a/Cargo.toml b/Cargo.toml index d3c6c79..af3852c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "lull" -description = "a catalogue of soothing sounds" -version = "0.1.0" +description = "a looping sound player for generating aural atmospheres" +version = "1.0.0" authors = ["Max Bradbury "] edition = "2018" +crate_type = "bin" [dependencies] dirs = "^3.0.1"