summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c476788fb995d0f7a6cf81e26b300e25ba2cd118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "leak_memory"
version = "0.1.1"
authors = ["Freya Murphy <freya@freyacat.org>"]
edition = "2021"
description = "The enterprise way to leak memory"
license-file = "LICENSE"
exclude = [".git", ".gitignore", "target"]
rust-version = "1.69" # hehe funny
readme = "README.md"
repository = "https://g.freya.cat/freya/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"