@@ -32,24 +32,24 @@ keywords = ["gpu", "kernels", "cuda", "compute", "finance"]
3232categories = [" science" , " mathematics" , " finance" ]
3333
3434[workspace .dependencies ]
35- # Internal crates
36- rustkernel = { path = " crates/rustkernel" }
37- rustkernel-core = { path = " crates/rustkernel-core" }
38- rustkernel-derive = { path = " crates/rustkernel-derive" }
39- rustkernel-graph = { path = " crates/rustkernel-graph" }
40- rustkernel-ml = { path = " crates/rustkernel-ml" }
41- rustkernel-compliance = { path = " crates/rustkernel-compliance" }
42- rustkernel-temporal = { path = " crates/rustkernel-temporal" }
43- rustkernel-risk = { path = " crates/rustkernel-risk" }
44- rustkernel-banking = { path = " crates/rustkernel-banking" }
45- rustkernel-behavioral = { path = " crates/rustkernel-behavioral" }
46- rustkernel-orderbook = { path = " crates/rustkernel-orderbook" }
47- rustkernel-procint = { path = " crates/rustkernel-procint" }
48- rustkernel-clearing = { path = " crates/rustkernel-clearing" }
49- rustkernel-treasury = { path = " crates/rustkernel-treasury" }
50- rustkernel-accounting = { path = " crates/rustkernel-accounting" }
51- rustkernel-payments = { path = " crates/rustkernel-payments" }
52- rustkernel-audit = { path = " crates/rustkernel-audit" }
35+ # Internal crates (version required for crates.io publishing)
36+ rustkernel = { version = " 0.1.0 " , path = " crates/rustkernel" }
37+ rustkernel-core = { version = " 0.1.0 " , path = " crates/rustkernel-core" }
38+ rustkernel-derive = { version = " 0.1.0 " , path = " crates/rustkernel-derive" }
39+ rustkernel-graph = { version = " 0.1.0 " , path = " crates/rustkernel-graph" }
40+ rustkernel-ml = { version = " 0.1.0 " , path = " crates/rustkernel-ml" }
41+ rustkernel-compliance = { version = " 0.1.0 " , path = " crates/rustkernel-compliance" }
42+ rustkernel-temporal = { version = " 0.1.0 " , path = " crates/rustkernel-temporal" }
43+ rustkernel-risk = { version = " 0.1.0 " , path = " crates/rustkernel-risk" }
44+ rustkernel-banking = { version = " 0.1.0 " , path = " crates/rustkernel-banking" }
45+ rustkernel-behavioral = { version = " 0.1.0 " , path = " crates/rustkernel-behavioral" }
46+ rustkernel-orderbook = { version = " 0.1.0 " , path = " crates/rustkernel-orderbook" }
47+ rustkernel-procint = { version = " 0.1.0 " , path = " crates/rustkernel-procint" }
48+ rustkernel-clearing = { version = " 0.1.0 " , path = " crates/rustkernel-clearing" }
49+ rustkernel-treasury = { version = " 0.1.0 " , path = " crates/rustkernel-treasury" }
50+ rustkernel-accounting = { version = " 0.1.0 " , path = " crates/rustkernel-accounting" }
51+ rustkernel-payments = { version = " 0.1.0 " , path = " crates/rustkernel-payments" }
52+ rustkernel-audit = { version = " 0.1.0 " , path = " crates/rustkernel-audit" }
5353
5454# RustCompute / RingKernel dependencies (from crates.io)
5555ringkernel = " 0.2.0"
0 commit comments