aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3dd46f0..9adf0f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,8 +3,11 @@ name = "shit-wx-sys"
version = "0.1.0"
edition = "2021"
+[dependencies]
+cxx = "1.0"
+
[build-dependencies]
anyhow = "1.0.44"
-bindgen = { version = "0.59.1" }
+cxx-build = "1.0"
ureq = "2.3.0"
url = "2.2.2"