RustySamovar/excel-hash-wrapper-macro/Cargo.toml
2023-03-06 03:45:35 +05:00

17 lines
343 B
TOML

[package]
name = "excel-hash-wrapper-macro"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
regex = "1"
syn = { version = "1.0", features = ["full","derive"] }
quote = "1.0"
proc-macro2 = "1.0"
convert_case = "0.4.0"