leak_memory/Cargo.lock

17 lines
373 B
Text
Raw Normal View History

2023-06-08 04:55:42 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
2023-06-08 06:10:57 +00:00
name = "leak_memory"
2023-06-08 04:55:42 +00:00
version = "0.1.0"
dependencies = [
"libc",
]
2023-06-08 06:10:57 +00:00
[[package]]
name = "libc"
version = "0.2.146"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"