first pass of merging in warp (doesn't build)

This commit is contained in:
Ryan Ward
2026-07-01 16:08:58 -05:00
parent 2f64909469
commit 4770ac06b5
3662 changed files with 414574 additions and 89772 deletions
+4 -1
View File
@@ -9,6 +9,10 @@ license.workspace = true
test-util = []
[dependencies]
log.workspace = true
[dev-dependencies]
tempfile = "3.8.0"
[target.'cfg(not(target_family = "wasm"))'.dependencies]
async-process = { workspace = true }
@@ -17,7 +21,6 @@ futures-lite.workspace = true
[target.'cfg(windows)'.dependencies]
anyhow.workspace = true
lazy_static.workspace = true
log.workspace = true
thiserror.workspace = true
win32job = "2.0.2"
windows.workspace = true