1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-17 14:37:30 +03:00
nickel/wasm-repl/Cargo.toml
2024-06-11 14:19:21 +00:00

17 lines
426 B
TOML

[package]
name = "nickel-wasm-repl"
version = "0.8.0"
description = "WebAssembly REPL for the Nickel programming language."
authors.workspace = true
edition.workspace = true
homepage.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
nickel-lang-core = { workspace = true, default-features = false, features = ["repl-wasm"] }
[lib]
crate-type = ["cdylib", "rlib"]