pgsed/Cargo.lock

24 lines
567 B
Text
Raw Permalink Normal View History

2022-04-06 17:56:30 +01:00
# 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"