leak_memory/Cargo.toml

18 lines
531 B
TOML
Raw Permalink Normal View History

2023-06-08 04:55:42 +00:00
[package]
2023-06-08 06:10:57 +00:00
name = "leak_memory"
2024-05-31 03:08:43 +00:00
version = "0.1.1"
authors = ["Freya Murphy <freya@freyacat.org>"]
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"
2023-06-08 06:17:04 +00:00
license-file = "LICENSE"
2023-06-08 06:10:57 +00:00
exclude = [".git", ".gitignore", "target"]
rust-version = "1.69" # hehe funny
readme = "README.md"
2024-05-31 03:08:43 +00:00
repository = "https://g.freya.cat/freya/leak_memory"
2023-06-08 06:13:43 +00:00
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"