Added the ability to get tags from the database.

Also fixed the way the example was compiling so it didn't act weird on
other features.
This commit is contained in:
2025-09-07 17:46:18 -04:00
parent 6bf4aa4bdb
commit 80e0fba845
3 changed files with 41 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tavern"
version = "0.2.5"
version = "0.2.6"
edition = "2024"
description = "A blogging system that will allow you to write your blog in Markdown and then display it in HTML using Dioxus."
repository = "/CyberMages/tavern"
@ -18,7 +18,7 @@ sqlx = { version = "0.8.6", features = ["sqlite", "chrono", "runtime-tokio"], op
toml = "0.9.5"
[dev-dependencies]
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }