lull/Cargo.toml

17 lines
352 B
TOML

[package]
name = "lull"
description = "a looping sound player for generating atmospheric soundscapes"
version = "1.0.2"
authors = ["Max Bradbury <max@tinybird.info>"]
repository = "https://tinybird.dev/max/lull"
license = "MIT"
edition = "2018"
crate_type = "bin"
[dependencies]
dirs = "^3.0.1"
gdk = "^0.13.2"
gio = "^0"
gtk = "^0"
rodio = "^0.11.0"