aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-10-29 20:19:57 -0600
committerMelody Horn <melody@boringcactus.com>2021-10-29 20:19:57 -0600
commit847135ed1e1e7322b63b0063be8e40d706c4954f (patch)
treedd26ddf0ed7cfb4b3b0a15d83a37e513467bcc95 /Cargo.toml
downloadshit-wx-sys-847135ed1e1e7322b63b0063be8e40d706c4954f.tar.gz
shit-wx-sys-847135ed1e1e7322b63b0063be8e40d706c4954f.zip
oh my god
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
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"