mirror of
https://github.com/safedv/RustiveDump
synced 2026-06-08 17:19:41 +00:00
26 lines
602 B
TOML
26 lines
602 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "RustiveDump"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"libc-print",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.159"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
|
|
|
|
[[package]]
|
|
name = "libc-print"
|
|
version = "0.1.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4a660208db49e35faf57b37484350f1a61072f2a5becf0592af6015d9ddd4b0"
|
|
dependencies = [
|
|
"libc",
|
|
]
|