fixes for windows

This commit is contained in:
John Smith
2023-05-29 17:04:28 -07:00
parent a2839042d6
commit 76fca36763
6 changed files with 61 additions and 25 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ members = [
"veilid-wasm",
]
exclude = [ "./external/keyring-manager", "./external/cursive", "./external/hashlink" ]
exclude = [ "./external/keyring-manager", "./external/cursive", "./veilid-cli/cursive-crossterm", "./veilid-cli/cursive-ncurses", "./external/hashlink" ]
[patch.crates-io]
cursive = { path = "./external/cursive/cursive" }