22 lines
502 B
TOML
22 lines
502 B
TOML
|
[package]
|
||
|
name = "romodoro"
|
||
|
version = "0.1.1"
|
||
|
authors = ["nezsha"]
|
||
|
license = "MIT"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
chrono = "0.4.37"
|
||
|
clap = { version = "4.5.4", features = ["derive"] }
|
||
|
crossterm = { version = "0.27.0", features = ["event-stream"] }
|
||
|
envy = "0.4.2"
|
||
|
futures = "0.3.30"
|
||
|
ratatui = "0.26.0"
|
||
|
rodio = "0.17.3"
|
||
|
serde = { version = "1.0.197", features = ["derive"] }
|
||
|
soloud = "1.0.5"
|
||
|
tokio = { version = "1.35.1", features = ["full"] }
|
||
|
tui-big-text = "0.4.2"
|
||
|
|
||
|
[build-dependencies]
|
||
|
dirs = "^5.0"
|