2023-02-17 20:00:39 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-02-19 19:34:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
|
|
|
|
2023-02-17 22:47:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "readformat"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b03f7fbd470aa8b3ad163c85cce8bccfc11cc9c44ef12da0a4eddd98bd307352"
|
|
|
|
|
2023-02-17 20:00:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spl"
|
2023-03-06 15:21:02 +01:00
|
|
|
version = "0.0.4"
|
2023-02-17 22:47:45 +01:00
|
|
|
dependencies = [
|
2023-02-19 19:34:25 +01:00
|
|
|
"once_cell",
|
2023-02-17 22:47:45 +01:00
|
|
|
"readformat",
|
|
|
|
]
|