mirror of
https://github.com/fluencelabs/marine-rs-sdk
synced 2025-03-15 14:30:48 +00:00
* Add release-please * Fix * Fix * No to wasmer * use older rust-toolchain with compatible error messages --------- Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
23 lines
671 B
TOML
23 lines
671 B
TOML
[package]
|
|
name = "marine-macro"
|
|
version = "0.7.1"
|
|
edition = "2018"
|
|
description = "Definition of the `#[marine]` macro"
|
|
documentation = "https://docs.rs/fluence/marine-macro"
|
|
repository = "https://github.com/fluencelabs/marine-rs-sdk/tree/master/crates/marine-macro"
|
|
authors = ["Fluence Labs"]
|
|
keywords = ["fluence", "marine", "sdk", "webassembly", "procedural_macros"]
|
|
categories = ["api-bindings", "wasm"]
|
|
license = "Apache-2.0"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
marine-macro-impl = { path = "../marine-macro-impl", version = "=0.7.1" }
|
|
marine-rs-sdk-main = { path = "../main", version = "=0.7.1" }
|