mirror of
https://github.com/OMGeeky/confique.git
synced 2026-01-23 19:55:38 +01:00
Revert "Replace some manual parsing code with darling helper crate"
This reverts commit e5af4f8efe.
The `darling` crate limits us to `syn::Meta` which is probably not
enough in the long run. There are a couple of other problems I have
with this crate and I think it's currently not worth. I'm considering
writing my own alternative...
This commit is contained in:
@@ -12,8 +12,7 @@ license = "MIT/Apache-2.0"
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
darling = "0.13.0"
|
||||
heck = "0.3.2"
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
syn = "1.0"
|
||||
quote = "1.0"
|
||||
proc-macro2 = "1.0"
|
||||
heck = "0.3.2"
|
||||
|
||||
Reference in New Issue
Block a user