2023-06-08 04:55:42 +00:00
|
|
|
[package]
|
2023-06-08 06:10:57 +00:00
|
|
|
name = "leak_memory"
|
2023-06-08 04:55:42 +00:00
|
|
|
version = "0.1.0"
|
2023-06-08 06:10:57 +00:00
|
|
|
authors = ["Tyler Murphy <tylerm@tylerm.dev>"]
|
2023-06-08 04:55:42 +00:00
|
|
|
edition = "2021"
|
2023-06-08 06:10:57 +00:00
|
|
|
description = "The enterprise way to leak memory"
|
|
|
|
license = "MIT++"
|
|
|
|
exclude = [".git", ".gitignore", "target"]
|
|
|
|
rust-version = "1.69" # hehe funny
|
|
|
|
readme = "README.md"
|
2023-06-08 04:55:42 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libc = "0.2.146"
|