1
0
mirror of https://github.com/fluencelabs/aquavm synced 2025-03-17 05:10:50 +00:00
2023-10-13 22:21:19 +03:00

21 lines
694 B
TOML

[package]
name = "air-interpreter-signatures"
description = "AIR interpreter signatures util module"
version = "0.1.2"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
documentation = "https://docs.rs/air-interpreter-signatures"
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/air-lib/interpreter-signatures"
keywords = ["fluence", "air", "programming-language"]
categories = ["wasm"]
[dependencies]
air-interpreter-cid = { version = "0.4.0", path = "../interpreter-cid" }
fluence-keypair = { version = "0.10.1", default-features = false }
bs58 = "0.5.0"
borsh = "0.10.3"
borsh-derive = "0.10.3"
serde = { version = "1.0.164", features = ["derive"] }