mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 03:05:32 +00:00
16 lines
316 B
TOML
16 lines
316 B
TOML
[package]
|
|
name = "air-utils"
|
|
version = "0.1.0"
|
|
description = "AIR helper funcitions and macros"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
keywords = ["fluence", "air", "webassembly", "programming-language"]
|
|
categories = ["wasm"]
|
|
|
|
[lib]
|
|
name = "air_utils"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|