leak_memory/Cargo.toml
2023-06-08 02:15:25 -04:00

18 lines
539 B
TOML

[package]
name = "leak_memory"
version = "0.1.0"
authors = ["Tyler Murphy <tylerm@tylerm.dev>"]
edition = "2021"
description = "The enterprise way to leak memory"
icense-file = "LICENSE"
exclude = [".git", ".gitignore", "target"]
rust-version = "1.69" # hehe funny
readme = "README.md"
repository = "https://g.tylerm.dev/tylermurphy534/leak_memory"
keywords = ["nightmare", "cursed", "enterprise", "memory"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.146"