17 lines
334 B
TOML
17 lines
334 B
TOML
[package]
|
|
name = "timeurs"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
async-channel = "2.1"
|
|
gtk = { version = "0.7", package = "gtk4" }
|
|
oneshot = "0.1"
|
|
rodio = "0.17"
|
|
|
|
[profile.release]
|
|
strip = true
|
|
lto = true
|
|
codegen-units = 1
|