mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 07:35:10 +01:00
refactor: split runtime rules into module
This commit is contained in:
parent
000b50c211
commit
5aebf867c1
20 changed files with 514 additions and 249 deletions
|
|
@ -3,10 +3,11 @@ resolver = "2"
|
|||
members = [
|
||||
"pay-respects",
|
||||
"pay-respects-parser",
|
||||
"pay-respects-utils",
|
||||
# optional modules
|
||||
# "pay-respects-module-runtime-rules",
|
||||
# "pay-respects-module-request-ai"
|
||||
]
|
||||
"pay-respects-module-runtime-rules",
|
||||
# "pay-respects-module-request-ai",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue