30 lines
536 B
TOML
30 lines
536 B
TOML
[package]
|
|
name = "cagire"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "cagire"
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "cagire"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
doux = { git = "https://github.com/Bubobubobubobubo/doux", features = ["native"] }
|
|
rusty_link = "0.4"
|
|
ratatui = "0.29"
|
|
crossterm = "0.28"
|
|
cpal = "0.15"
|
|
clap = { version = "4", features = ["derive"] }
|
|
|
|
rand = "0.8"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tui-textarea = "0.7"
|
|
arboard = "3"
|
|
minimad = "0.13"
|
|
crossbeam-channel = "0.5"
|
|
confy = "2"
|