mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
feat: config file
This commit is contained in:
parent
6ba4591db9
commit
2699238bb1
16 changed files with 452 additions and 286 deletions
|
|
@ -22,6 +22,10 @@ askama = "0.13"
|
|||
|
||||
inquire = "0.7"
|
||||
|
||||
# config file
|
||||
toml = { version = "0.8" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
pay-respects-parser = { version = "0.3", path = "../parser" }
|
||||
pay-respects-utils = { version ="0.1", path = "../utils"}
|
||||
itertools = "0.14.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue