refactor for workspace and static link the client ncurses

This commit is contained in:
John Smith
2021-11-23 19:13:52 -05:00
parent 084cf709c7
commit 21548771ab
10 changed files with 766 additions and 6089 deletions
+17
View File
@@ -0,0 +1,17 @@
[workspace]
members = [
"veilid-core",
"veilid-server",
"veilid-cli"
]
exclude = [ "./external/cursive" ]
[patch.crates-io]
cursive = { path = "./external/cursive/cursive" }
cursive_core = { path = "./external/cursive/cursive-core" }
[profile.release]
opt-level = "s"
lto = true