Files
WAFER/crates/cli/Cargo.toml
T
Oleksandr Kozachuk 20b8754e27
CI / check (push) Has been cancelled
chore(release): v0.2.1 — changelog + version bump
2026-08-06 16:05:02 +02:00

17 lines
402 B
TOML

[package]
name = "wafer"
description = "WAFER: WebAssembly Forth Engine in Rust - CLI REPL and compiler"
version.workspace = true
edition.workspace = true
license.workspace = true
[lints]
workspace = true
[dependencies]
wafer-core = { path = "../core", version = "0.2.1" }
wasmtime = { workspace = true }
anyhow = { workspace = true }
clap = { version = "4", features = ["derive"] }
rustyline = "18"