snoud/Cargo.toml

14 lines
347 B
TOML
Raw Normal View History

2024-01-02 14:32:10 +01:00
[package]
name = "snoud"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossterm = "0.25.0"
2024-01-03 09:26:42 +01:00
rodio = { version = "0.17.3", default_features = false, features = ["mp3"] }
2024-01-02 14:32:10 +01:00
[target.'cfg(windows)'.build-dependencies]
winres = "0.1.12"