-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.lock
28 lines (24 loc) · 839 Bytes
/
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
[root]
name = "clock"
version = "0.1.0"
dependencies = [
"gregor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"teensy3 0.1.2",
]
[[package]]
name = "gregor"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "teensy3"
version = "0.1.2"
dependencies = [
"teensy3-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "teensy3-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum gregor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc13b8aef66bfc5605b2b8062160aa98300d0b88c24bb423f828a572e940d657"
"checksum teensy3-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89d4d9e2b288386b21ec775e783bf1adf81ec2a4cbf777bb05f2b4cc22fbd267"