try to fix libcsp dependency chain
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@ -59,12 +59,21 @@ dependencies = [
|
||||
"cc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libcsp-cargo-build"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "554733e90f35324f10e32b4e848f5c85eb28cd099c5015d9fbe869f3b5a59944"
|
||||
dependencies = [
|
||||
"cc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libcsp-rust-examples"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"libcsp",
|
||||
"libcsp-cargo-build",
|
||||
"libcsp-cargo-build 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
Reference in New Issue
Block a user