Thelie
8531a586eb
sing_macros@0.1.3 sing_parse@0.1.3 sing_rs@0.1.3 sing_util@0.1.3 Generated by cargo-workspaces
23 lines
525 B
TOML
23 lines
525 B
TOML
[package]
|
|
name = "sing_macros"
|
|
version = "0.1.3"
|
|
edition = "2021"
|
|
license = "AGPL-3.0-or-later"
|
|
license_file = "../LICENSE.md"
|
|
authors = [ "Daniel Mowitz" ]
|
|
description = "Macros for sing_rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
sing_util = "0.1"
|
|
sing_parse = "0.1"
|
|
proc-macro2 = "1.0"
|
|
ron = "0.7"
|
|
rand = "0.7"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
syn = { version = "1.0", features = ["full"] }
|
|
quote = "1.0"
|