Created the loremaster.

This is an application that uses tavern to create/publish a database
from a blog repository.
This commit is contained in:
2025-09-24 19:40:57 -04:00
parent 01dacabc03
commit f752fa17bf
2 changed files with 27 additions and 5 deletions

View File

@ -10,3 +10,6 @@ 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"] }