mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +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
11
pay-respects-module-runtime-rules/Cargo.toml
Normal file
11
pay-respects-module-runtime-rules/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "pay-respects-module-runtime-rules"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
regex-lite = "0.1"
|
||||
|
||||
toml = { version = "0.8" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
pay-respects-utils = {version = "0.1.0", path = "../pay-respects-utils"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue