-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.lock
More file actions
45 lines (38 loc) · 730 Bytes
/
Copy pathCargo.lock
File metadata and controls
45 lines (38 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "aetherheim"
version = "0.1.0"
dependencies = [
"aetherheim-bounds",
"aetherheim-config",
"aetherheim-core",
"aetherheim-ids",
"aetherheim-proof-core",
"aetherheim-testkit",
]
[[package]]
name = "aetherheim-bounds"
version = "0.1.0"
[[package]]
name = "aetherheim-config"
version = "0.1.0"
dependencies = [
"aetherheim-core",
]
[[package]]
name = "aetherheim-core"
version = "0.1.0"
[[package]]
name = "aetherheim-ids"
version = "0.1.0"
[[package]]
name = "aetherheim-proof-core"
version = "0.1.0"
[[package]]
name = "aetherheim-testkit"
version = "0.1.0"
dependencies = [
"aetherheim-ids",
]