blob: f944d28c19e5c0e379e270e223e2b6e2942525c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "iec16022"
version = "0.2.0"
dependencies = [
"libc",
"svg",
]
[[package]]
name = "libc"
version = "0.2.169"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "Could not get crate checksum"
[[package]]
name = "svg"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583e1c5c326fd6fede8797006de3b95ad6bcd60a592952952c5ba7ddd7e84c83"
|