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.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/yjit/bindgen/Cargo.toml b/yjit/bindgen/Cargo.toml
new file mode 100644
index 0000000000..a85c04cf0e
--- /dev/null
+++ b/yjit/bindgen/Cargo.toml
@@ -0,0 +1,10 @@
+[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.63.0"
+env_logger = "0.10.0"