From 346bac811d32ddeb4fa129f548f617aa40a3dd61 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Thu, 8 Jun 2023 02:10:57 -0400 Subject: lleeaakk --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] 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 -- cgit v1.2.3-freya