From c74b695a71c2dcf57fcc674c99b5d1fc9649fdcb Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Thu, 6 Jun 2024 14:48:58 -0500 Subject: [PATCH] Remove an orphaned grackle file (#2611) --- src/wasm-lib/grackle/Cargo.toml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/wasm-lib/grackle/Cargo.toml diff --git a/src/wasm-lib/grackle/Cargo.toml b/src/wasm-lib/grackle/Cargo.toml deleted file mode 100644 index 589a1578e..000000000 --- a/src/wasm-lib/grackle/Cargo.toml +++ /dev/null @@ -1,24 +0,0 @@ -[package] -name = "grackle" -version = "0.1.0" -edition = "2021" -description = "A new executor for KCL which compiles to Execution Plans" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -image = { version = "0.25.1", default-features = false, features = ["png"] } -kcl-lib = { path = "../kcl" } -kittycad = { workspace = true } -kittycad-execution-plan = { workspace = true } -kittycad-execution-plan-traits = { workspace = true } -kittycad-execution-plan-macros = { workspace = true } -kittycad-modeling-cmds = { workspace = true } -kittycad-modeling-session = { workspace = true } -thiserror = "1.0.61" -tokio = { version = "1.37.0", features = ["macros", "rt"] } -twenty-twenty = "0.8.0" -uuid = "1.8" - -[dev-dependencies] -pretty_assertions = "1" -serde_json = "1.0.116"