aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
blob: 3c80b43203bb14a95ca086e58f48228701211df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[root]
name = "cacheracer"
version = "0.1.0"
dependencies = [
 "rustv 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "elfloader32"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "rustv"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "elfloader32 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]