We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2288e51 commit b1b0dc1Copy full SHA for b1b0dc1
Cargo.toml
@@ -59,15 +59,10 @@ tracing-appender = "0.2.3"
59
60
61
# Database
62
-diesel = { version = "2.2.4", features = [
63
- "returning_clauses_for_sqlite_3_35",
64
- "r2d2",
65
- "chrono",
66
-] }
67
-diesel_migrations = { version = "2.2.0" }
68
-pq-sys = "0.6.3"
69
-mysqlclient-sys = "0.4.1"
70
-libsqlite3-sys = "0.30.1"
+pq-sys = { version = "0.6.3", optional = true }
+mysqlclient-sys = { version = "0.4.1", optional = true }
+libsqlite3-sys = { version = "0.30.1", optional = true }
+
71
# Date and time
72
chrono = { version = "0.4.38", features = ["serde"] }
73
Cross.toml
0 commit comments