feat: add package identifiers

This commit is contained in:
Didier Slof 2023-07-16 19:00:09 +02:00
parent 14b8d6ea54
commit 94f0e7070b
Signed by: didier
GPG key ID: 01E71F18AA4398E5
5 changed files with 185 additions and 1 deletions

View file

@ -6,4 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
manifest = { path = "../manifest" }
fern = "0.6.2"
getopts = "0.2.21"
log = "0.4.19"
regex = "1.9.1"
manifest = { path = "../manifest" }