Remove an orphaned grackle file (#2611)
This commit is contained in:
@ -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"
|
|
||||||
Reference in New Issue
Block a user