feat: add package identifiers
This commit is contained in:
parent
14b8d6ea54
commit
94f0e7070b
5 changed files with 185 additions and 1 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue