diff --git a/Cargo.toml b/Cargo.toml index 687ee474..1b169f5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [workspace] +resolver = "2" members = [ "refinery", "refinery_cli", "refinery_core", "refinery_macros", - "examples" + "examples", ] diff --git a/refinery_core/Cargo.toml b/refinery_core/Cargo.toml index 9f009554..c8cb46f0 100644 --- a/refinery_core/Cargo.toml +++ b/refinery_core/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" default = [] rusqlite-bundled = ["rusqlite", "rusqlite/bundled"] tiberius = ["dep:tiberius", "futures", "tokio", "tokio/net"] -tiberius-config = ["tiberius", "tokio", "tokio-util"] +tiberius-config = ["tiberius", "tokio", "tokio-util", "serde"] tokio-postgres = ["dep:tokio-postgres", "tokio", "tokio/rt"] mysql_async = ["dep:mysql_async"] serde = ["dep:serde"]