This commit is contained in:
ZockerKatze
2025-04-30 09:32:21 +02:00
commit 60979f2d9c
9 changed files with 1897 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "bible_random"
version = "0.1.0"
edition = "2021"
authors = ["Bible CLI App"]
[dependencies]
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"