diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-08 00:55:42 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-08 00:55:42 -0400 |
commit | 2dad06cae3991d7de819f39cf7d63f8e2b519aca (patch) | |
tree | 9354fa7fc9b570114e7f82d759bf49070ff723b5 /Cargo.toml | |
download | leak_memory-2dad06cae3991d7de819f39cf7d63f8e2b519aca.tar.gz leak_memory-2dad06cae3991d7de819f39cf7d63f8e2b519aca.tar.bz2 leak_memory-2dad06cae3991d7de819f39cf7d63f8e2b519aca.zip |
initial
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
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" |