mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
chore: add path deps
This commit is contained in:
parent
7a76ab4d30
commit
834eae11dd
3 changed files with 9 additions and 24 deletions
|
|
@ -21,10 +21,10 @@ regex-lite = "0.1"
|
|||
|
||||
inquire = "0.7.5"
|
||||
|
||||
pay-respects-parser = "0.3.3"
|
||||
pay-respects-utils = "0.1.2"
|
||||
# pay-respects-parser = { path = "../parser" }
|
||||
# pay-respects-utils = { path = "../utils"}
|
||||
# pay-respects-parser = "0.3.3"
|
||||
# pay-respects-utils = "0.1.2"
|
||||
pay-respects-parser = { version = "0.3.3", path = "../parser" }
|
||||
pay-respects-utils = { version ="0.1.2", path = "../utils"}
|
||||
|
||||
[package.metadata.deb]
|
||||
assets = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue