mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
13 lines
305 B
TOML
13 lines
305 B
TOML
[package]
|
|
name = "roc_wasm_module"
|
|
description = "Parse, manipulate, and serialize WebAssembly modules."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
roc_error_macros.workspace = true
|
|
bitvec.workspace = true
|
|
bumpalo.workspace = true
|