Feature flags to types deps

This commit is contained in:
Franklin 2023-05-10 12:57:50 -04:00
parent 2295e4b8f6
commit 67712dec79
2 changed files with 1 additions and 4 deletions

3
Cargo.lock generated
View File

@ -1388,10 +1388,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"js-sys",
"libc", "libc",
"wasi 0.11.0+wasi-snapshot-preview1", "wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
] ]
[[package]] [[package]]
@ -2934,7 +2932,6 @@ dependencies = [
"rand", "rand",
"serde", "serde",
"uuid-macro-internal", "uuid-macro-internal",
"wasm-bindgen",
] ]
[[package]] [[package]]

View File

@ -27,4 +27,4 @@ aws-config = "0.55.1"
actix-web-utils = { git = "https://git.franklinblanco.dev/franklinblanco/actix-web-utils.git" } actix-web-utils = { git = "https://git.franklinblanco.dev/franklinblanco/actix-web-utils.git" }
err = { git = "https://git.franklinblanco.dev/franklinblanco/err.git" } err = { git = "https://git.franklinblanco.dev/franklinblanco/err.git" }
realtor-lp-types = { path = "../realtor-lp-types" } realtor-lp-types = { path = "../realtor-lp-types", features = ["sqlx"] }