Skip to content

Commit 3785669

Browse files
committed
1
1 parent 06a232f commit 3785669

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ panic = "abort"
99
strip = true
1010

1111
[workspace.dependencies]
12+
#pq-sys = { version = "0.7", features = ["bundled"] }
13+
#openssl-sys = { version = "0.9", features = ["vendored"] }
14+
#libsqlite3-sys = { version = "0.35", features = ["bundled"] }
15+
#mysqlclient-sys = { version = "0.4", features = ["bundled"] }
1216
libsqlite3-sys = { version = "0.35", features = ["bundled"] }
1317
diesel = { version = "2.2", features = [
1418
"sqlite",
19+
# "mysql",
20+
# "postgres",
1521
"chrono",
1622
"returning_clauses_for_sqlite_3_35",
1723
"r2d2",

file_classification_core/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ dotenvy = { workspace = true }
1010
chrono = { workspace = true }
1111
serde = { workspace = true }
1212
utoipa = { workspace = true, optional = true }
13+
#mysqlclient-sys = { workspace = true }
14+
#libsqlite3-sys = { workspace = true }
15+
#openssl-sys = { workspace = true }
16+
#pq-sys = { workspace = true }
1317

1418
[features]
1519
default = []

0 commit comments

Comments
 (0)