16 lines
297 B
TOML
16 lines
297 B
TOML
[package]
|
|
name = "lull"
|
|
description = "a looping sound player for generating aural atmospheres"
|
|
version = "1.0.0"
|
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
crate_type = "bin"
|
|
|
|
[dependencies]
|
|
dirs = "^3.0.1"
|
|
gio = "^0"
|
|
gtk = "^0"
|
|
rodio = "^0.11.0"
|
|
iui = "0.3"
|