Created the loremaster.
This is an application that uses tavern to create/publish a database from a blog repository.
This commit is contained in:
@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user