@@ -13,6 +13,7 @@ members = ["cli-macro", "cli-macro-impl"]
1313anyhow = { version = " 1" , features = [" backtrace" ] }
1414async-trait = " 0.1.88"
1515base64 = " 0.22.1"
16+ camino = " 1.2.4"
1617chrono = { version = " 0.4" , default-features = false , features = [" serde" ] }
1718clap = { version = " 4.6.1" , features = [
1819 " cargo" ,
@@ -39,6 +40,7 @@ image = { version = "0.25", default-features = false, features = [
3940 " jpeg" ,
4041] }
4142itertools = " 0.15.0"
43+ kcl-error = " =0.2.167"
4244kcl-lib = { version = " =0.2.167" , features = [" disable-println" ] }
4345kcl-test-server = " =0.2.167"
4446kittycad = { version = " 0.4.12" , features = [
@@ -47,7 +49,7 @@ kittycad = { version = "0.4.12", features = [
4749 " requests" ,
4850 " retry" ,
4951] }
50- kittycad-modeling-cmds = { version = " 0.2.208 " , features = [
52+ kittycad-modeling-cmds = { version = " 0.2.209 " , features = [
5153 " websocket" ,
5254 " tabled" ,
5355] }
@@ -73,6 +75,7 @@ reqwest = { version = "0.12", default-features = false, features = [
7375 " deflate" ,
7476] }
7577ring = " 0.17.14"
78+ rmp-serde = " 1"
7679serde = { version = " 1" , features = [" derive" ] }
7780serde_json = " 1"
7881serde_yaml = " 0.9"
@@ -121,5 +124,6 @@ incremental = true
121124debug = 0
122125
123126[patch .crates-io ]
124- # kcl-lib = { git = "https://github.com/KittyCAD/modeling-app", branch = "main" }
125- # kittycad-modeling-cmds = { git = "https://github.com/KittyCAD/modeling-api", branch = "achalmers/remove-cruft"}
127+ kcl-lib = { git = " https://github.com/KittyCAD/modeling-app" , rev = " 16dee6595e8585a4aeaddcde435cda2d85b489ed" }
128+ kcl-test-server = { git = " https://github.com/KittyCAD/modeling-app" , rev = " 16dee6595e8585a4aeaddcde435cda2d85b489ed" }
129+ kittycad-modeling-cmds = { git = " https://github.com/KittyCAD/modeling-api" , branch = " main" }
0 commit comments