-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.lock
34 lines (30 loc) · 819 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
29
30
31
32
33
34
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "cc"
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
[[package]]
name = "floppy-driver-rs"
version = "0.0.1"
dependencies = [
"teensycore",
]
[[package]]
name = "libc"
version = "0.2.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
[[package]]
name = "teensycore"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dbbb5f5118d3c1921c859c7a6a6bf7c8fefddf5827ddbd7970999c4763bff3b"
dependencies = [
"cc",
]