mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2025-04-24 23:12:13 +00:00
19 lines
532 B
TOML
19 lines
532 B
TOML
|
[package]
|
||
|
name = "fce-timestamp-macro"
|
||
|
version = "0.5.0" # remember to update html_root_url
|
||
|
edition = "2018"
|
||
|
description = "Implementation of the `#[build_timestamp]` macro"
|
||
|
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]
|
||
|
syn = { version = '1.0.64', features = ['full'] }
|
||
|
chrono = "0.4.19"
|