Changing loremaster to loreweaver.

This commit is contained in:
2025-09-25 11:36:59 -04:00
parent 6ec711f7ed
commit 655dc8e90f
9 changed files with 45 additions and 21 deletions

15
loreweaver/Cargo.toml Normal file
View File

@ -0,0 +1,15 @@
[package]
name = "loreweaver"
version = "0.1.0"
edition = "2024"
description = "Converts a blog repository into an SQLite database using the Tavern blog system."
repository = "/CyberMages/tavern"
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>",
"Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license = "Apache-2.0"
[dependencies]
clap = { version = "4.5.46", features = ["derive"] }
tavern = { version = "0.2.4", path = "../tavern", registry = "cybermages", features = ["publisher"] }
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"] }