leak_memory/Cargo.toml

19 lines
557 B
TOML
Raw Normal View History

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++"
2023-06-08 06:13:43 +00:00
icense-file = "LICENSE"
2023-06-08 06:10:57 +00:00
exclude = [".git", ".gitignore", "target"]
rust-version = "1.69" # hehe funny
readme = "README.md"
2023-06-08 06:13:43 +00:00
repository = "https://g.tylerm.dev/tylermurphy534/leak_memory"
keywords = ["nightmare", "cursed", "enterprise", "memory"]
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"