Compare commits

...

2 Commits

Author SHA1 Message Date
Max Bradbury b8eb801e49 ignore some more stuff 2020-09-24 08:34:35 +01:00
Max Bradbury 87315c4d6f version bump and description 2020-09-24 08:34:21 +01:00
2 changed files with 7 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,2 +1,6 @@
/target
/Cargo.lock
/.idea/
/sounds/
/sounds.zip
/lull.zip

View File

@ -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 <max@tinybird.info>"]
edition = "2018"
crate_type = "bin"
[dependencies]
dirs = "^3.0.1"