Commit updated cargo

This commit is contained in:
49lf
2024-08-07 17:23:52 -04:00
parent fbbb9a7c9a
commit 001037230e
2 changed files with 0 additions and 2 deletions

View File

@ -3636,7 +3636,6 @@ dependencies = [
"kittycad",
"pretty_assertions",
"reqwest",
"serde",
"serde-wasm-bindgen",
"serde_json",
"tokio",

View File

@ -16,7 +16,6 @@ gloo-utils = "0.2.0"
kcl-lib = { path = "kcl" }
kittycad.workspace = true
serde_json = "1.0.122"
serde_json = "1.0.122"
serde-wasm-bindgen = "0.6.5"
tokio = { version = "1.39.2", features = ["sync"] }
toml = "0.8.19"