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