22 lines
628 B
TOML
22 lines
628 B
TOML
[package]
|
|
name = "bong"
|
|
version = "1.0.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
keywords.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
bingus = { version = "0.10", features = ["shiva", "printpdf"] }
|
|
strum = { version = "0", features = ["derive"] }
|
|
derive-new = "0"
|
|
clap = { version = "4.5.40", features = ["derive"] }
|
|
unwrap-infallible = "0.1"
|
|
mp3lame-encoder = { version = "0.2", features = ["std"] }
|
|
hound = "3.5.1"
|
|
flacenc = "0.4.0"
|