-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (22 loc) · 808 Bytes
/
Cargo.toml
File metadata and controls
23 lines (22 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "soundlooper"
version = "0.1.0"
edition = "2024"
description = "Terminal-based audio workstation for live looping and music creation. Built with Rust for high-performance real-time audio processing."
repository = "https://github.com/Cod-e-Codes/soundlooper"
license = "MIT"
keywords = ["audio", "music", "rust", "real-time", "terminal", "cross-platform", "daw", "tui", "wav", "audio-engine", "recording", "looper", "music-production", "audio-processing", "mixing", "cpal", "live-performance", "ratatui"]
categories = ["command-line-utilities", "multimedia::audio"]
[dependencies]
anyhow = "1.0.100"
cpal = "0.16.0"
crossbeam = "0.8.4"
crossterm = "0.29.0"
hound = "3.5.1"
ratatui = "0.29.0"
ringbuf = "0.4.8"
rtrb = "0.3.2"
rubato = "0.16.2"
serde = "1.0.228"
toml = "0.9.8"
wide = "0.8.1"