12 lines
209 B
TOML
12 lines
209 B
TOML
[package]
|
|
name = "lull"
|
|
description = "a catalogue of soothing sounds"
|
|
version = "0.1.0"
|
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
gio = "^0"
|
|
gtk = "^0"
|
|
rodio = "^0.11.0"
|