diff --git a/Cargo.toml b/Cargo.toml index 85d2158..ecf8a50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = []