Sousa/Cargo.toml

23 lines
541 B
TOML
Raw Normal View History

2022-12-09 13:34:45 -08:00
[package]
2022-12-17 21:46:39 -08:00
name = "sousa"
2022-12-09 13:34:45 -08:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0.29", features = ["derive"] }
confy = "0.5.1"
dirs-next = "2.0.0"
regex = "1.6.0"
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
rusqlite = {version="0.28.0", features=["bundled"]}
2022-12-09 23:43:36 -08:00
scan_dir = "0.3.3"
2022-12-12 22:30:03 -08:00
derive_more = "0.99.17"
id3 = "1.5.1"
rodio = "0.16.0"
tungstenite = "0.18.0"
log = "0.4.17"
simplelog = "0.12.0"