Problem is: I have multiple definitions which draw from the same logos, so I have multiple copies of the same logo definition in multiple files, all of which would need to be updated.
Would be better if I could define all the logos in one file, and then pull them in, e.g.
[files]
include.logos = "other_file.toml"
In this case, the whole file would be loaded as a definition, and all the logos from that file merged in with the logos in the current file.
Problem is: I have multiple definitions which draw from the same logos, so I have multiple copies of the same logo definition in multiple files, all of which would need to be updated.
Would be better if I could define all the logos in one file, and then pull them in, e.g.
In this case, the whole file would be loaded as a definition, and all the logos from that file merged in with the logos in the current file.