We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1243fa commit 018c9c2Copy full SHA for 018c9c2
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "resources/licenses/spdx"]
2
+ path = resources/licenses/spdx
3
+ url = https://github.com/spdx/license-list-data
build.rs
@@ -16,7 +16,7 @@ fn main() {
16
let mut store = Store::new();
17
store
18
.load_spdx(Path::new("resources/licenses/spdx/json/details"), false)
19
- .expect("Couldn't create a store from SPDX data");
+ .expect("Couldn't create a store from SPDX data. Have submodules been initialized?");
20
21
let mut cache = File::create(EMBEDDED_CACHE).unwrap();
22
store.to_cache(&mut cache).unwrap();
resources/licenses/spdx
0 commit comments