Files
wasmtime/crates/memory/Cargo.toml
2020-01-17 15:41:19 -08:00

11 lines
237 B
TOML

[package]
name = "memory"
version = "0.1.0"
authors = ["Pat Hickey <phickey@fastly.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1"