This commit is contained in:
2026-01-21 17:05:30 +01:00
commit 67322381c3
59 changed files with 10421 additions and 0 deletions

29
Cargo.toml Normal file
View File

@@ -0,0 +1,29 @@
[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"