Updated the version to '0.1.0'.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tavern"
|
name = "tavern"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A blogging system that will allow you to write your blog in Markdown and then display it in HTML using Dioxus."
|
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"
|
repository = "/CyberMages/tavern"
|
||||||
@ -17,10 +17,5 @@ rusqlite = "0.37.0"
|
|||||||
serde = { version = "1.0.219", features = ["derive"] }
|
serde = { version = "1.0.219", features = ["derive"] }
|
||||||
toml = "0.9.5"
|
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]
|
[features]
|
||||||
publisher = []
|
publisher = []
|
||||||
|
|||||||
Reference in New Issue
Block a user