Cargo.toml
1[package]
2name = "derive_refineable"
3version = "0.1.0"
4edition.workspace = true
5publish.workspace = true
6license = "Apache-2.0"
7
8[lints]
9workspace = true
10
11[lib]
12path = "src/derive_refineable.rs"
13proc-macro = true
14doctest = false
15
16[dependencies]
17proc-macro2.workspace = true
18quote.workspace = true
19syn.workspace = true
20workspace-hack.workspace = true