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

2920
veilid-core/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -135,9 +135,5 @@ wasm-bindgen-test = "^0"
[build-dependencies]
capnpc = "^0"
[profile.release]
opt-level = "s"
lto = true
[package.metadata.wasm-pack.profile.release]
wasm-opt = ["-O", "--enable-mutable-globals"]