@@ -22,6 +22,18 @@ version = "0.1.4"
2222blocks_in_conditions = " allow" # opentelemetry tracing macro would be noisy
2323
2424[workspace .dependencies ]
25+ cdl = { version = " 0.1.4" , path = " crates/cdl" , default-features = false }
26+ cdl-catalog = { version = " 0.1.4" , path = " crates/cdl-catalog" , default-features = false }
27+ cdl-core = { version = " 0.1.4" , path = " crates/cdl-core" , default-features = false }
28+ cdl-fs = { version = " 0.1.4" , path = " crates/cdl-fs" , default-features = false }
29+ cdl-fuse = { version = " 0.1.4" , path = " crates/cdl-fuse" , default-features = false }
30+ cdl-k8s-core = { version = " 0.1.4" , path = " crates/cdl-k8s-core" , default-features = false }
31+ cdl-k8s-operator = { version = " 0.1.4" , path = " crates/cdl-k8s-operator" , default-features = false }
32+ cdl-k8s-provider = { version = " 0.1.4" , path = " crates/cdl-k8s-provider" , default-features = false }
33+ cdl-openapi = { version = " 0.1.4" , path = " crates/cdl-openapi" , default-features = false }
34+ cdl-python = { version = " 0.1.4" , path = " python" , default-features = false }
35+ cdl-store = { version = " 0.1.4" , path = " crates/cdl-store" , default-features = false }
36+
2537anyhow = { version = " 1.0" , features = [" backtrace" ] }
2638argon2 = { version = " 0.5" }
2739arrow = { version = " 52" , default-features = false , features = [ # depends: lance
0 commit comments