Compare commits
2 Commits
a7966e0860
...
b8eb801e49
| Author | SHA1 | Date | |
|---|---|---|---|
| b8eb801e49 | |||
| 87315c4d6f |
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,6 @@
|
|||||||
/target
|
/target
|
||||||
/Cargo.lock
|
/Cargo.lock
|
||||||
|
/.idea/
|
||||||
|
/sounds/
|
||||||
|
/sounds.zip
|
||||||
|
/lull.zip
|
||||||
|
|||||||
@ -1,9 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lull"
|
name = "lull"
|
||||||
description = "a catalogue of soothing sounds"
|
description = "a looping sound player for generating aural atmospheres"
|
||||||
version = "0.1.0"
|
version = "1.0.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…
x
Reference in New Issue
Block a user