Initial reorg.
This is largely the same as #305, but updated for the current tree.
This commit is contained in:
21
crates/misc/rust/Cargo.toml
Normal file
21
crates/misc/rust/Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "wasmtime-rust"
|
||||
version = "0.2.0"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
edition = "2018"
|
||||
categories = ["wasm", "rust"]
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
description = "Rust extension for Wasmtime"
|
||||
|
||||
[lib]
|
||||
test = false
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
cranelift-codegen = { version = "0.49" }
|
||||
cranelift-native = { version = "0.49" }
|
||||
wasmtime-interface-types = { path = "../../interface-types" }
|
||||
wasmtime-jit = { path = "../../jit" }
|
||||
wasmtime-rust-macro = { path = "./macro" }
|
||||
wasmtime-wasi = { path = "../../wasi" }
|
||||
anyhow = "1.0.19"
|
||||
Reference in New Issue
Block a user