From c73c99bf481570925e69d41848b7a584acb07205 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Thu, 25 Sep 2025 11:45:04 -0400 Subject: [PATCH] Added that tavern is from the cybermages registry. --- bard/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bard/Cargo.toml b/bard/Cargo.toml index 01354ba..3d96536 100644 --- a/bard/Cargo.toml +++ b/bard/Cargo.toml @@ -15,7 +15,7 @@ path = "examples/blog.rs" [dependencies] dioxus = { version = "*", features = ["router", "fullstack"] } -tavern = { version = "0.3.0", path = "../tavern", optional = true} +tavern = { version = "0.3.0", path = "../tavern", registry="cybermages", optional = true} tokio = { version = "1.0", features = ["rt", "macros"], optional = true }