-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cargo.lock
32 lines (28 loc) · 1.08 KB
/
Cargo.lock
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
[root]
name = "tock-template"
version = "0.0.0"
dependencies = [
"tock 0.1.0 (git+https://github.com/helena-project/libtock-rs)",
]
[[package]]
name = "linked_list_allocator"
version = "0.4.1"
source = "git+https://github.com/phil-opp/linked-list-allocator#ce7b045f3154be64053706632ce82ce944945458"
dependencies = [
"spin 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "spin"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "tock"
version = "0.1.0"
source = "git+https://github.com/helena-project/libtock-rs#8e2b0df0d8b4bfaf22c16a0778ed3a3c06dd5345"
dependencies = [
"linked_list_allocator 0.4.1 (git+https://github.com/phil-opp/linked-list-allocator)",
]
[metadata]
"checksum linked_list_allocator 0.4.1 (git+https://github.com/phil-opp/linked-list-allocator)" = "<none>"
"checksum spin 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1d16a26e2b789f86aabddbe91cb82ee2e822beb8a59840d631941b625ef77e53"
"checksum tock 0.1.0 (git+https://github.com/helena-project/libtock-rs)" = "<none>"