ruby/jit/Cargo.toml
Aiden Fox Ivey f75e1cb362 ZJIT: Move jit.rs to ruby.rs and create a shared crate jit
* ruby.rs should hold the main entrypoint to YJIT and ZJIT
* The crate jit will hold code shared between them
2025-09-11 21:51:47 -07:00

7 lines
74 B
TOML

[package]
name = "jit"
version = "0.1.0"
edition = "2024"
[dependencies]