syndicate-rs/syndicate-macros/Cargo.toml

21 lines
530 B
TOML

[package]
name = "syndicate-macros"
version = "0.3.0-alpha.0"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
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]
syndicate = { path = "../syndicate", version = "^0.8.0-alpha.0"}
proc-macro2 = "^1.0"
quote = "^1.0"
syn = "^1.0"