-
- Downloads
examples
Showing
- Cargo.lock 0 additions, 326 deletionsCargo.lock
- Cargo.toml 4 additions, 4 deletionsCargo.toml
- examples/expand.rs 0 additions, 51 deletionsexamples/expand.rs
- examples/klee_cortex_m_rt_test3.rs 77 additions, 20 deletionsexamples/klee_cortex_m_rt_test3.rs
- examples/paths.rs 0 additions, 0 deletionsexamples/paths.rs
Cargo.lock
deleted
100644 → 0
... | @@ -37,14 +37,14 @@ optional = true | ... | @@ -37,14 +37,14 @@ optional = true |
# #features = ["inline-asm", "klee-analysis"] | # #features = ["inline-asm", "klee-analysis"] | ||
[patch.crates-io] | [patch.crates-io] | ||
#vcell = { git = "https://github.com/perlindgren/vcell.git", branch = "trustit" } | vcell = { git = "https://github.com/perlindgren/vcell.git", branch = "trustit" } | ||
vcell = { path = "../vcell" } | #vcell = { path = "../vcell" } | ||
#volatile-register = { git = "https://github.com/perlindgren/volatile-register.git", branch = "trustit" } | #volatile-register = { git = "https://github.com/perlindgren/volatile-register.git", branch = "trustit" } | ||
#volatile-register = { path = "../volatile-register" } | #volatile-register = { path = "../volatile-register" } | ||
#cortex-m = { git = "https://github.com/perlindgren/cortex-m.git", branch = "trustit" } | cortex-m = { git = "https://github.com/perlindgren/cortex-m.git", branch = "trustit" } | ||
cortex-m = { path = "../cortex-m" } | #cortex-m = { path = "../cortex-m" } | ||
#cortex-m-rt = { git = "https://github.com/perlindgren/cortex-m-rt.git", branch = "trustit" } | #cortex-m-rt = { git = "https://github.com/perlindgren/cortex-m-rt.git", branch = "trustit" } | ||
cortex-m-rt = { path = "../cortex-m-rt" } | cortex-m-rt = { path = "../cortex-m-rt" } | ||
... | ... |
examples/expand.rs
deleted
100644 → 0
File moved
Please register or sign in to comment