lull/Cargo.toml

19 lines
394 B
TOML
Raw Normal View History

2020-09-22 16:46:27 +00:00
[package]
name = "lull"
2020-10-20 20:54:08 +00:00
description = "a looping sound player for generating atmospheric soundscapes"
version = "1.0.3"
2020-09-22 16:46:27 +00:00
authors = ["Max Bradbury <max@tinybird.info>"]
2020-10-20 21:18:55 +00:00
repository = "https://tinybird.dev/max/lull"
2020-09-24 09:54:56 +00:00
license = "MIT"
2020-09-22 16:46:27 +00:00
edition = "2018"
[dependencies]
dirs = "^3.0.1"
2020-10-04 11:28:28 +00:00
gdk = "^0.13.2"
2020-09-22 16:46:27 +00:00
gio = "^0"
gtk = "^0"
rodio = "^0.11.0"
serde = "^1.0.125"
serde_derive = "^1.0.125"
toml = "^0.5.8"