summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-06-08 00:55:42 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-06-08 00:55:42 -0400
commit2dad06cae3991d7de819f39cf7d63f8e2b519aca (patch)
tree9354fa7fc9b570114e7f82d759bf49070ff723b5 /Cargo.toml
downloadleak_memory-2dad06cae3991d7de819f39cf7d63f8e2b519aca.tar.gz
leak_memory-2dad06cae3991d7de819f39cf7d63f8e2b519aca.tar.bz2
leak_memory-2dad06cae3991d7de819f39cf7d63f8e2b519aca.zip
initial
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..f2be850
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "urine"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+libc = "0.2.146"