syndicate-rs/syndicate-macros/Cargo.toml

21 lines
560 B
TOML
Raw Permalink Normal View History

[package]
name = "syndicate-macros"
2021-09-10 10:43:25 +00:00
version = "0.6.0"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
2021-08-13 16:50:11 +00:00
description = "Support macros for programming with the Syndicated Actor model and Dataspaces."
homepage = "https://syndicate-lang.org/"
repository = "https://git.syndicate-lang.org/syndicate-lang/syndicate-rs"
license = "Apache-2.0"
[lib]
proc-macro = true
[dependencies]
2021-09-10 10:43:25 +00:00
syndicate = { path = "../syndicate", version = "^0.11.0"}
2021-08-31 14:19:29 +00:00
proc-macro2 = { version = "^1.0", features = ["span-locations"] }
quote = "^1.0"
syn = "^1.0"