2021-04-08 12:38:24 +03:00
|
|
|
[package]
|
|
|
|
name = "fce-timestamp-macro"
|
|
|
|
version = "0.5.0" # remember to update html_root_url
|
|
|
|
edition = "2018"
|
2021-04-08 12:49:53 +03:00
|
|
|
description = "Definition of the `#[build_timestamp]` macro"
|
2021-04-08 12:38:24 +03:00
|
|
|
repository = "https://github.com/fluencelabs/rust-sdk/crates/timestamp-macro"
|
|
|
|
authors = ["Fluence Labs"]
|
|
|
|
keywords = ["fluence", "sdk", "webassembly", "procedural_macros"]
|
|
|
|
categories = ["api-bindings", "wasm"]
|
|
|
|
license = "Apache-2.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2021-04-08 12:49:53 +03:00
|
|
|
fce-timestamp-macro-impl = { path = "../timestamp-macro-impl", version = "0.5.0" }
|