From 2dad06cae3991d7de819f39cf7d63f8e2b519aca Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Thu, 8 Jun 2023 00:55:42 -0400 Subject: initial --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3-freya