You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
514 B
21 lines
514 B
[package]
|
|
name = "syndicate-macros"
|
|
version = "0.4.1"
|
|
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.9.0"}
|
|
|
|
proc-macro2 = "^1.0"
|
|
quote = "^1.0"
|
|
syn = "^1.0"
|