diener
diener copied to clipboard
Support entries like `[target.'cfg(target_arch="x86_64")'.dependencies] `
Currently the sections like [target.'cfg(target_arch="x86_64")'.dependencies] are not handled, it's a great addition as this syntax is already used in the substrate repo IMO. I'll see if I can find some time to support this :P.