From 87315c4d6f532a1496adc8394cf758affe77c11b Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Thu, 24 Sep 2020 08:34:21 +0100 Subject: [PATCH] version bump and description --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"