Skip to content

Commit 87ee7f5

Browse files
committed
Remove spin-engine crate
Signed-off-by: Lann Martin <[email protected]>
1 parent 9b5a810 commit 87ee7f5

File tree

8 files changed

+49
-978
lines changed

8 files changed

+49
-978
lines changed

Cargo.lock

+46-169
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ serde_json = "1.0.82"
3232
sha2 = "0.10.2"
3333
spin-build = { path = "crates/build" }
3434
spin-config = { path = "crates/config" }
35-
spin-engine = { path = "crates/engine" }
3635
spin-http = { path = "crates/http" }
3736
spin-loader = { path = "crates/loader" }
3837
spin-manifest = { path = "crates/manifest" }
@@ -73,7 +72,6 @@ members = [
7372
"crates/build",
7473
"crates/config",
7574
"crates/core",
76-
"crates/engine",
7775
"crates/http",
7876
"crates/loader",
7977
"crates/manifest",

crates/engine/Cargo.toml

-25
This file was deleted.

crates/engine/src/host_component.rs

-100
This file was deleted.

crates/engine/src/io.rs

-256
This file was deleted.

0 commit comments

Comments
 (0)