mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2025-04-24 15:02:14 +00:00
22 lines
630 B
TOML
22 lines
630 B
TOML
[package]
|
|
name = "marine-macro"
|
|
version = "0.6.8" # remember to update html_root_url
|
|
edition = "2018"
|
|
description = "Definition of the `#[marine]` macro"
|
|
documentation = "https://docs.rs/fluence/marine-macro"
|
|
repository = "https://github.com/fluencelabs/rust-sdk/tree/master/crates/marine-macro"
|
|
authors = ["Fluence Labs"]
|
|
keywords = ["fluence", "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.6.8" }
|