mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-26 04:31:04 +00:00
14 lines
342 B
TOML
14 lines
342 B
TOML
|
[package]
|
||
|
name = "wasmer-runtime-c-api"
|
||
|
version = "0.1.4"
|
||
|
description = "Wasmer c-api library"
|
||
|
license = "MIT"
|
||
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||
|
repository = "https://github.com/wasmerio/wasmer"
|
||
|
edition = "2018"
|
||
|
readme = "README.md"
|
||
|
|
||
|
[dependencies]
|
||
|
wasmer-runtime = { path = "../runtime", version = "0.1.2" }
|
||
|
|