lull/Cargo.toml

19 lines
404 B
TOML

[package]
name = "lull"
description = "a looping sound player for generating atmospheric soundscapes"
version = "1.0.4"
authors = ["Max Bradbury <max@tinybird.info>"]
repository = "https://tinybird.dev/max/lull"
license = "MIT"
edition = "2018"
[dependencies]
dirs = "^3.0.1"
gdk = "^0.14.3"
gio = "^0.14.8"
gtk = "^0.14.3"
rodio = "^0.11.0"
serde = "^1.0.125"
serde_derive = "^1.0.125"
toml = "^0.5.8"