sing/sing_util/Cargo.toml

23 lines
517 B
TOML
Raw Normal View History

[package]
name = "sing_util"
version = "0.1.0"
edition = "2021"
license = "AGPLv3"
license_file = "../LICENSE.md"
authors = "Daniel Mowitz"
description = "Internal functions and types for sing_rs"
2022-03-02 19:13:31 +01:00
[lib]
bench = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2022-03-02 19:13:31 +01:00
# build = "build.rs"
#
# [build-dependencies]
# lalrpop = "0.19"
#
[dependencies]
serde = { version = "1.0", features = ["derive"] }
2022-03-02 19:13:31 +01:00
syn = { version = "1.0", features = ["full"] }
proc-macro2 = "1.0"