Compare commits

..

No commits in common. "b8eb801e49b0b0512722feded1ddeefc4a17ea96" and "a7966e0860495defebd4b5fa2fd534acd24b1ff7" have entirely different histories.

2 changed files with 2 additions and 7 deletions

4
.gitignore vendored
View File

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

View File

@ -1,10 +1,9 @@
[package] [package]
name = "lull" name = "lull"
description = "a looping sound player for generating aural atmospheres" description = "a catalogue of soothing sounds"
version = "1.0.0" version = "0.1.0"
authors = ["Max Bradbury <max@tinybird.info>"] authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018" edition = "2018"
crate_type = "bin"
[dependencies] [dependencies]
dirs = "^3.0.1" dirs = "^3.0.1"