Initial Bard library commit.

This was added to test the database into server context pipeline.
This commit is contained in:
2025-09-02 14:00:19 -04:00
parent 3fc6bf0666
commit 877d7e15a3
4 changed files with 279 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "bard"
version = "0.1.0"
version = "0.0.1"
edition = "2024"
description = "Dioxus components that will display a Tavern blogging system Blog."
repository = "/CyberMages/tavern"
@ -10,3 +10,4 @@ readme = "README.md"
license = "Apache-2.0"
[dependencies]
tavern = { version = "0.2.4", path = "../tavern", registry = "cybermages" }