diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |