summaryrefslogtreecommitdiff
path: root/yjit/bindgen/Cargo.toml
blob: 3b13b8855e89f824fc9a40fd4e2f35418d199911 (plain)
1
2
3
4
5
6
7
8
9
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.60.1"
env_logger = "0.9.0"