initial
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user