Update Cargo.toml

pull/464/head
Fabian-Lars 2 years ago committed by GitHub
parent 8f3d2b2eff
commit 24ed74a9a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"]

Loading…
Cancel
Save