mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 23:02:16 +00:00
* chore: release master * chore: Bump air-interpreter and air-near-contract version to 0.60.0
14 lines
300 B
TOML
14 lines
300 B
TOML
[package]
|
|
name = "air-utils"
|
|
version = "0.3.0"
|
|
description = "AIR helper funcitions and macros"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
keywords = ["fluence", "air", "webassembly", "programming-language"]
|
|
categories = ["wasm"]
|
|
|
|
[lib]
|
|
name = "air_utils"
|
|
path = "src/lib.rs"
|