This commit is contained in:
2025-03-25 13:32:44 -06:00
commit abda6bab95
8 changed files with 350 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "bible"
version = "0.1.0"
edition = "2024"
[dependencies]
inline_colorization = "0.1.6"
quick-xml = { version="0.37.2", features=["serialize"] }
serde = { version = "1.0.219", features = ["derive"] }