Updated the version to '0.1.0'.

This commit is contained in:
2025-08-27 20:46:23 -04:00
parent f050a8af3b
commit 0d469a6cd9

View File

@ -1,6 +1,6 @@
[package]
name = "tavern"
version = "0.0.0"
version = "0.1.0"
edition = "2021"
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"
@ -17,10 +17,5 @@ rusqlite = "0.37.0"
serde = { version = "1.0.219", features = ["derive"] }
toml = "0.9.5"
# When switching to PostgreSQL use feature: "sqlx-postgres"
#sea-orm = { version = "1.1.14", features = [ "sqlx-sqlite",
# "runtime-tokio-native-tls",
# "macros" ] }
[features]
publisher = []