mirror of
https://github.com/enso-org/enso.git
synced 2024-12-28 14:11:56 +03:00
20 lines
425 B
TOML
20 lines
425 B
TOML
[package]
|
|
name = "enso-build-macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[dependencies]
|
|
convert_case = "0.6.0"
|
|
enso-build-base = { path = "../base" }
|
|
itertools = "0.10.5"
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
regex = { workspace = true }
|
|
serde_yaml = { workspace = true }
|
|
shrinkwraprs = "0.3.0"
|
|
syn = "1.0"
|