diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-08 02:13:43 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-08 02:13:43 -0400 |
commit | f23e7689734d2b09a0b17e315eba722f12058c35 (patch) | |
tree | 1e9a3cc1713f77edbdb6b9f5c9351ed17a6fbdb1 /Cargo.toml | |
parent | lleeaakk (diff) | |
download | leak_memory-f23e7689734d2b09a0b17e315eba722f12058c35.tar.gz leak_memory-f23e7689734d2b09a0b17e315eba722f12058c35.tar.bz2 leak_memory-f23e7689734d2b09a0b17e315eba722f12058c35.zip |
change
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,9 +5,12 @@ authors = ["Tyler Murphy <tylerm@tylerm.dev>"] edition = "2021" description = "The enterprise way to leak memory" license = "MIT++" +icense-file = "LICENSE" exclude = [".git", ".gitignore", "target"] rust-version = "1.69" # hehe funny readme = "README.md" +repository = "https://g.tylerm.dev/tylermurphy534/leak_memory" +keywords = ["nightmare", "cursed", "enterprise", "memory"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |