summaryrefslogtreecommitdiff
path: root/yjit/bindgen/Cargo.toml
blob: 34dfc27ba999f0c4a2cb104881ec456601829507 (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.63.0"
env_logger = "0.9.0"