Files
jap_learn/Cargo.toml
T
2026-05-10 00:09:17 +03:00

21 lines
517 B
TOML

[package]
name = "jap_learn"
version = "0.1.1"
edition = "2024"
[dependencies]
iced = { version = "0.14.0", features = ["tokio"]}
rand = "0.10.1"
dirs = "6.0.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
rhai = "1.24.0"
chrono = "0.4.44"
rusqlite = { version = "0.39.0", features = ["chrono"] }
reqwest = { version = "0", features = ["json", "stream"] }
rodio = "0.22.2"
sha2 = "0.11.0"
hex = "0.4.3"
tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "macros"] }