repo fixes

This commit is contained in:
Christien Rioux
2023-09-02 15:47:19 -04:00
parent 20f55745b0
commit a77f80a8a9
17 changed files with 76 additions and 70 deletions

View File

@@ -7,15 +7,15 @@ members = [
"veilid-flutter/rust",
"veilid-wasm",
]
exclude = [ "./external" ]
exclude = ["./external"]
[patch.crates-io]
cursive = { path = "./external/cursive/cursive" }
cursive_core = { path = "./external/cursive/cursive-core" }
cursive = { version = "0.20.0", git = "https://gitlab.com/veilid/cursive.git", rev = "631dad18f0b4b246914998e8952da8abb6093bd2" }
cursive_core = { version = "0.3.7", git = "https://gitlab.com/veilid/cursive.git", rev = "631dad18f0b4b246914998e8952da8abb6093bd2" }
[profile.release]
opt-level = "s"
lto = true
[profile.dev.package.backtrace]
opt-level = 3
opt-level = 3