mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-04 15:20:18 +00:00
21 lines
669 B
TOML
21 lines
669 B
TOML
[package]
|
|
name = "marine-build-rs-generator"
|
|
version = "0.16.1"
|
|
edition = "2018"
|
|
description = "Tools for generating marine_test_env in build scripts"
|
|
documentation = "https://docs.rs/marine-build-rs-generator"
|
|
repository = "https://github.com/fluencelabs/marine-rs-sdk-test/tree/master/crates/marine-build-rs-generator"
|
|
authors = ["Fluence Labs"]
|
|
keywords = ["fluence", "marine", "sdk", "webassembly"]
|
|
categories = ["api-bindings", "wasm", "development-tools::testing"]
|
|
license = "AGPL-3.0-only"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.16.1" }
|