lull/Cargo.toml

19 lines
404 B
TOML
Raw Permalink 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"
2021-04-20 09:32:14 +00:00
version = "1.0.4"
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"
2022-01-11 19:50:06 +00:00
gdk = "^0.14.3"
gio = "^0.14.8"
gtk = "^0.14.3"
2020-09-22 16:46:27 +00:00
rodio = "^0.11.0"
serde = "^1.0.125"
serde_derive = "^1.0.125"
toml = "^0.5.8"