2024-07-14 23:59:36 +02:00
|
|
|
[package]
|
|
|
|
name = "read-files"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = { workspace = true }
|
|
|
|
rust-version = { workspace = true }
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
syn = { workspace = true }
|
|
|
|
quote = { workspace = true }
|
2024-07-21 19:47:15 +02:00
|
|
|
regex = "1.10"
|