Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
# Python
__pycache__/
*.py[cod]
.ruff_cache/
1 change: 1 addition & 0 deletions tools/harbor-sbom-browser/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -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
Expand Down