From 847135ed1e1e7322b63b0063be8e40d706c4954f Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 29 Oct 2021 20:19:57 -0600 Subject: oh my god --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3dd46f0 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "shit-wx-sys" +version = "0.1.0" +edition = "2021" + +[build-dependencies] +anyhow = "1.0.44" +bindgen = { version = "0.59.1" } +ureq = "2.3.0" +url = "2.2.2" -- cgit v1.2.3