Files
wasmtime/crates/wiggle/borrow/Cargo.toml
2021-05-20 14:06:41 -07:00

18 lines
571 B
TOML

[package]
name = "wiggle-borrow"
version = "0.27.0"
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkonk@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
description = "A run-time borrow checker for use with Wiggle"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
repository = "https://github.com/bytecodealliance/wasmtime"
include = ["src/**/*", "LICENSE"]
[dependencies]
wiggle = { path = "..", version = "0.27.0" }
[badges]
maintenance = { status = "actively-developed" }