summaryrefslogtreecommitdiff
path: root/yjit/bindgen/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'yjit/bindgen/Cargo.toml')
-rw-r--r--yjit/bindgen/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/yjit/bindgen/Cargo.toml b/yjit/bindgen/Cargo.toml
new file mode 100644
index 0000000000..18a8fbc463
--- /dev/null
+++ b/yjit/bindgen/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "yjit-bindgen"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+bindgen = "0.59.2"