-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
executable file
·69 lines (58 loc) · 1.33 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[root]
name = "silica-demo"
version = "0.0.1"
dependencies = [
"silica 0.0.1",
"silica-arduino-mega2560 0.1.0",
"silica-arduino-uno 0.1.0",
"silica-olimex-p207 0.1.0",
]
[[package]]
name = "compiler_builtins"
version = "0.1.0"
source = "git+https://github.com/rust-lang-nursery/compiler-builtins.git?branch=auto#280d19f1127aa80739f4179152b11a5f7d36d79f"
[[package]]
name = "silica"
version = "0.0.1"
dependencies = [
"silica-allocator 0.1.0",
"silica-panic 0.1.0",
]
[[package]]
name = "silica-allocator"
version = "0.1.0"
[[package]]
name = "silica-arduino-mega2560"
version = "0.1.0"
[[package]]
name = "silica-arduino-uno"
version = "0.1.0"
[[package]]
name = "silica-cortexm3"
version = "0.1.0"
[[package]]
name = "silica-olimex-p207"
version = "0.1.0"
dependencies = [
"silica-stm32f207 0.1.0",
"silica-stm32f2xx 0.1.0",
]
[[package]]
name = "silica-panic"
version = "0.1.0"
[[package]]
name = "silica-stm32f207"
version = "0.1.0"
dependencies = [
"silica-stm32f2xx 0.1.0",
]
[[package]]
name = "silica-stm32f2xx"
version = "0.1.0"
dependencies = [
"compiler_builtins 0.1.0 (git+https://github.com/rust-lang-nursery/compiler-builtins.git?branch=auto)",
"silica 0.0.1",
"silica-cortexm3 0.1.0",
]
[metadata]
"checksum compiler_builtins 0.1.0 (git+https://github.com/rust-lang-nursery/compiler-builtins.git?branch=auto)" = "<none>"