summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-06-08 02:17:04 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-06-08 02:17:04 -0400
commitfd69e97187329c43536fb5393644f15900fe5dcd (patch)
tree7b20e0057ec3b0c64eb405035bce112ee8d703b7
parentdumb formalities (diff)
downloadleak_memory-fd69e97187329c43536fb5393644f15900fe5dcd.tar.gz
leak_memory-fd69e97187329c43536fb5393644f15900fe5dcd.tar.bz2
leak_memory-fd69e97187329c43536fb5393644f15900fe5dcd.zip
i cans not spells
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index caef121..cee7cf9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Tyler Murphy <tylerm@tylerm.dev>"]
edition = "2021"
description = "The enterprise way to leak memory"
-icense-file = "LICENSE"
+license-file = "LICENSE"
exclude = [".git", ".gitignore", "target"]
rust-version = "1.69" # hehe funny
readme = "README.md"