blob: fc421f02c813539d0ac3ce08a68f729d11155456 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "shirabe-spdx-licenses"
version.workspace = true
edition.workspace = true
[dependencies]
indexmap.workspace = true
serde_json.workspace = true
[lints]
workspace = true
|