summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-06-08 02:10:57 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-06-08 02:10:57 -0400
commit346bac811d32ddeb4fa129f548f617aa40a3dd61 (patch)
treeab8d5c813353067ec09dcabe0286c27cf6b4a618 /Cargo.toml
parentclippy my beloved (diff)
downloadleak_memory-346bac811d32ddeb4fa129f548f617aa40a3dd61.tar.gz
leak_memory-346bac811d32ddeb4fa129f548f617aa40a3dd61.tar.bz2
leak_memory-346bac811d32ddeb4fa129f548f617aa40a3dd61.zip
lleeaakk
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f2be850..96f2fce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,13 @@
[package]
-name = "urine"
+name = "leak_memory"
version = "0.1.0"
+authors = ["Tyler Murphy <tylerm@tylerm.dev>"]
edition = "2021"
+description = "The enterprise way to leak memory"
+license = "MIT++"
+exclude = [".git", ".gitignore", "target"]
+rust-version = "1.69" # hehe funny
+readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html