File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ panic-halt = "0.2"
1212# Local Kernel Dependency (Core)
1313# Using 'valori-kernel' as name to match workspace, path to root where lib.rs lives
1414# Crucial: default-features = false ensures no_std
15- valori-kernel = { path = " ../crates/kernel " , default-features = false }
15+ valori-kernel = { path = " .." , default-features = false }
1616blake3 = { version = " 1.5" , default-features = false }
1717bincode = { version = " 2.0.0-rc.3" , default-features = false , features = [" serde" ] }
1818serde-json-core = " 0.5" # No-std JSON serialization for proof
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44edition = " 2021"
55
66[dependencies ]
7- valori-kernel = { path = " ../crates/kernel " , features = [] }
7+ valori-kernel = { path = " .." , features = [] }
88clap = { version = " 4.0" , features = [" derive" ] }
99serde = { version = " 1.0" , features = [" derive" ] }
1010serde_json = " 1.0"
You can’t perform that action at this time.
0 commit comments