Add engine and client cfg
All checks were successful
Build Crate / build (push) Successful in 1m33s

Should fix some linking errors
This commit is contained in:
2024-08-18 16:30:37 -04:00
parent d3208303ba
commit ffe6a771d2

View File

@@ -42,3 +42,6 @@ sea-orm = { version = "0.12.0", features = [
wasm-bindgen = "0.2" wasm-bindgen = "0.2"
reqwest = { version = "0.11", features = ["json"] } reqwest = { version = "0.11", features = ["json"] }
sea-orm = { version = "0.12.0" } sea-orm = { version = "0.12.0" }
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(engine)', 'cfg(client)'] }