[features] enable-all = true [[package.extra-sources]] number = 10 file = "https://github.com/udoprog/relative-path/raw/refs/tags/%{version}/LICENSE-APACHE" comments = [ """\ Missing Apache-2.0 license text; see \ “Add license files to the crate tarballs,” \ https://github.com/udoprog/relative-path/pull/60\ """, ] [[package.extra-sources]] number = 11 file = "https://github.com/udoprog/relative-path/raw/refs/tags/%{version}/LICENSE-MIT" comments = [ """\ Missing MIT license text; see \ “Add license files to the crate tarballs,” \ https://github.com/udoprog/relative-path/pull/60\ """, ] [scripts.prep] pre = [ "cp -p '%{SOURCE10}' '%{SOURCE11}' .", ]