|
|
|
@ -5,7 +5,8 @@ description = "Interface with SQL databases."
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
#rust-version.workspace = true
|
|
|
|
|
rust-version = 1.65
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
@ -23,4 +24,4 @@ tokio = { version = "1", features = ["sync"] }
|
|
|
|
|
[features]
|
|
|
|
|
sqlite = ["sqlx/sqlite"]
|
|
|
|
|
mysql = ["sqlx/mysql"]
|
|
|
|
|
postgres = ["sqlx/postgres"]
|
|
|
|
|
postgres = ["sqlx/postgres"]
|
|
|
|
|