mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 03:05:32 +00:00
d3bda16e71
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
23 lines
583 B
TOML
23 lines
583 B
TOML
[package]
|
|
name = "avm-data-store"
|
|
version = "0.4.1"
|
|
description = "Definition of the AVM DataStore trait"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
documentation = "https://docs.rs/avm-data-store"
|
|
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/data-store"
|
|
keywords = ["fluence", "air", "webassembly", "programming-language"]
|
|
categories = ["wasm"]
|
|
|
|
[lib]
|
|
name = "avm_data_store"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.147", features = ["derive"] }
|
|
serde_bytes = "0.11.7"
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0.89"
|