Files
sword_rs/Cargo.toml
T
Greg Hellings 2a890a53cb 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
2025-02-25 00:06:12 -06:00

19 lines
267 B
TOML

[package]
name = "sword_rs"
version = "0.1.0"
edition = "2021"
[dependencies]
cxx = "1.0.141"
rand = "0.9.0"
[build-dependencies]
cxx-build = "1.0.141"
system-deps = "7.0.3"
[dev-dependencies]
tempfile = "3.17.1"
[package.metadata.system-deps]
sword = ">= 1.8.0"