19 lines
497 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.2" # 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"
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 13:22:51 +03:00
chrono = "0.4.19"
quote = "1.0.9"