Added that tavern is from the cybermages registry.

This commit is contained in:
2025-09-25 11:45:04 -04:00
parent 40b211d06c
commit c73c99bf48

View File

@ -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 }