blob: 23f872a47042fcd90ddadc0ab8ea2eb2018707e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "zjit"
version = "0.0.0"
edition = "2021" # Rust 2021 edition to compile with
rust-version = "1.58.0" # Minimally supported rust version
publish = false # Don't publish to crates.io
[lib]
crate-type = ["staticlib"]
[dependencies]
|