Files
tavernworks/loreweaver/Cargo.toml

16 lines
601 B
TOML
Raw Normal View History

[package]
2025-09-25 11:36:59 -04:00
name = "loreweaver"
version = "0.3.2"
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"] }
2025-09-25 11:43:31 -04:00
tavern = { version = "0.3.0", path = "../tavern", registry = "cybermages", features = ["publisher"] }
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"] }