mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
* ruby.rs should hold the main entrypoint to YJIT and ZJIT * The crate jit will hold code shared between them
7 lines
74 B
TOML
7 lines
74 B
TOML
[package]
|
|
name = "jit"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|