mirror of
https://github.com/ruby/ruby.git
synced 2026-08-31 00:21:56 +08:00
11 lines
222 B
TOML
11 lines
222 B
TOML
[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"
|