syndicate-rs/syndicate-schema-plugin/Cargo.toml

20 lines
509 B
TOML

[package]
name = "syndicate-schema-plugin"
version = "0.6.0"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Support for using Preserves Schema with Syndicate macros."
homepage = "https://syndicate-lang.org/"
repository = "https://git.syndicate-lang.org/syndicate-lang/syndicate-rs"
license = "Apache-2.0"
[lib]
[dependencies]
preserves-schema = "5.995"
syndicate = { path = "../syndicate", version = "0.36.0"}
[package.metadata.workspaces]
independent = true