This commit is contained in:
ZockerKatze
2025-04-30 10:50:17 +02:00
parent 60979f2d9c
commit 3609d5674b
3 changed files with 256 additions and 30 deletions

View File

@@ -8,5 +8,6 @@ authors = ["Bible CLI App"]
reqwest = { version = "0.12.15", features = ["json"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
clap = "4.4"
colored = "3.0.0"
clap = { version = "4.4", features = ["cargo"] }
colored = "3.0.0"
termion = "4.0.5"