Compare commits
No commits in common. "b8eb801e49b0b0512722feded1ddeefc4a17ea96" and "a7966e0860495defebd4b5fa2fd534acd24b1ff7" have entirely different histories.
b8eb801e49
...
a7966e0860
|
@ -1,6 +1,2 @@
|
||||||
/target
|
/target
|
||||||
/Cargo.lock
|
/Cargo.lock
|
||||||
/.idea/
|
|
||||||
/sounds/
|
|
||||||
/sounds.zip
|
|
||||||
/lull.zip
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue