* Add release notes for 3.0.1 * Update some version directives for crates in Wasmtime * Mark anything with `publish = false` as version 0.0.0 * Mark the icache coherence crate with the same version as Wasmtime * Fix manifest directives
13 lines
346 B
TOML
13 lines
346 B
TOML
[package]
|
|
name = "islec"
|
|
version = "0.0.0"
|
|
authors = ["The Cranelift Project Developers"]
|
|
edition.workspace = true
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
cranelift-isle = { version = "*", path = "../isle/", features = ["fancy-errors", "logging"] }
|
|
env_logger = { workspace = true }
|
|
clap = { workspace = true }
|