sing/sing_util/Cargo.toml
Thelie 8531a586eb Release 0.1.3
sing_macros@0.1.3
sing_parse@0.1.3
sing_rs@0.1.3
sing_util@0.1.3

Generated by cargo-workspaces
2022-04-05 21:22:38 +02:00

22 lines
532 B
TOML

[package]
name = "sing_util"
version = "0.1.3"
edition = "2021"
license = "AGPL-3.0-or-later"
license_file = "../LICENSE.md"
authors = [ "Daniel Mowitz" ]
description = "Internal functions and types for sing_rs"
[lib]
bench = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# build = "build.rs"
#
# [build-dependencies]
# lalrpop = "0.19"
#
[dependencies]
serde = { version = "1.0", features = ["derive"] }
syn = { version = "1.0", features = ["full"] }
proc-macro2 = "1.0"