diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f63b0b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Python +__pycache__/ +*.py[cod] +.ruff_cache/ diff --git a/tools/harbor-sbom-browser/Cargo.toml b/tools/harbor-sbom-browser/Cargo.toml index cc8ecb9..0fd71c1 100644 --- a/tools/harbor-sbom-browser/Cargo.toml +++ b/tools/harbor-sbom-browser/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "harbor-sbom-browser" version = "0.1.0" +license = "OSL-3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html