Skip to content

Commit

Permalink
feat: add cargo custom type
Browse files Browse the repository at this point in the history
  • Loading branch information
shibumi authored and ashcrow committed Feb 3, 2022
1 parent 5cd1dfb commit fdd45fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packageurl.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ var (
var (
// TypeBitbucket is a pkg:bitbucket purl.
TypeBitbucket = "bitbucket"
// TypeCargo is a pkg:cargo purl.
TypeCargo = "cargo"
// TypeCran is a pkg:cran purl.
TypeCran = "cran"
// TypeConan is pkg:conan purl.
Expand Down

0 comments on commit fdd45fa

Please sign in to comment.