21 lines
471 B
TOML
21 lines
471 B
TOML
[package]
|
|
name = "e"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
# [workspace]
|
|
# members = []
|
|
# resolver = "2"
|
|
|
|
[dependencies]
|
|
# e-easy-default = { path = "proc-macros/easy-default" }
|
|
# e-easy-from = { path = "proc-macros/easy-from" }
|
|
# e-easy-get = { path = "proc-macros/easy-get" }
|
|
# e-impl-for-refs = { path = "proc-macros/impl-for-refs" }
|
|
|
|
# [workspace.dependencies]
|
|
# proc-macro-error = "1.0"
|
|
# proc-macro2 = "1"
|
|
# syn = { version = "2", features = ["full"] }
|
|
# quote = "1"
|