Setting verse key by text

Add the ability to set a very key by text
Make the main.rs iterate random verses in John 3
This commit is contained in:
Greg Hellings
2025-02-25 00:06:12 -06:00
parent 0c3e46497c
commit 2a890a53cb
6 changed files with 109 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
cxx = "1.0.141"
rand = "0.9.0"
[build-dependencies]
cxx-build = "1.0.141"