summaryrefslogtreecommitdiff
path: root/zjit/bindgen/Cargo.toml
blob: 2f20f1801660048bf4f79549aae21e6da7428359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "zjit-bindgen"
version = "0.1.0"
edition = "2024"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bindgen = "0.71.1"
env_logger = "0.11.5"

[workspace]