multidb
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ name = "rustpad"
|
||||
version = "0.0.1-dev"
|
||||
edition = "2024"
|
||||
rust-version = "1.85"
|
||||
description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite"
|
||||
description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite, PostgreSQL and MySQL"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
@@ -17,7 +17,7 @@ rand_core = { version = "0.6", features = ["getrandom"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
slug = "0.1"
|
||||
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite", "chrono", "migrate"] }
|
||||
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "any", "sqlite", "postgres", "mysql", "chrono", "migrate"] }
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net", "sync", "signal"] }
|
||||
tower-http = { version = "0.6", features = ["fs", "trace"] }
|
||||
tracing = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user