First one-shot pass
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -2,5 +2,18 @@
|
||||
name = "keydr"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "Terminal typing tutor with adaptive learning"
|
||||
|
||||
[dependencies]
|
||||
ratatui = { version = "0.30", features = ["crossterm_0_28"] }
|
||||
crossterm = "0.28"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
toml = "0.8"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
dirs = "6.0"
|
||||
rust-embed = "8.5"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
anyhow = "1.0"
|
||||
thiserror = "2.0"
|
||||
|
||||
Reference in New Issue
Block a user