20 lines
581 B
TOML
Raw Normal View History

2021-04-08 12:38:24 +03:00
[package]
2021-05-10 12:23:26 +03:00
name = "marine-timestamp-macro"
version = "0.6.8" # remember to update html_root_url
2021-04-08 12:38:24 +03:00
edition = "2018"
2021-04-08 12:49:53 +03:00
description = "Definition of the `#[build_timestamp]` macro"
documentation = "https://docs.rs/fluence/marine-timestamp-macro"
repository = "https://github.com/fluencelabs/rust-sdk/tree/master/crates/marine-timestamp-macro"
2021-04-08 12:38:24 +03:00
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 13:22:51 +03:00
chrono = "0.4.19"
quote = "1.0.9"