mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 03:05:32 +00:00
16 lines
289 B
TOML
16 lines
289 B
TOML
[package]
|
|
name = "air-interpreter-wasm"
|
|
version = "0.0.8"
|
|
authors = ["Fluence Labs"]
|
|
description = "Distribution of AIR interpreter as .wasm"
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
include = [
|
|
"**/*.rs",
|
|
"Cargo.toml",
|
|
"aquamarine.wasm"
|
|
]
|
|
|
|
[build-dependencies]
|
|
built = "0.4.4"
|