23 lines
567 B
TOML
23 lines
567 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "pghex"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"pgs",
|
|
"text_io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pgs"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "687c43751020ae521d25cde17ddb8ca20d80216629d7a761c5f45c83a7d65346"
|
|
|
|
[[package]]
|
|
name = "text_io"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "442f2674e6bd8489052b958e0eaebd89c26eefa3be9dc359d1e2ecccdc510f45"
|