mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 07:35:10 +01:00
feat!: runtime rules
This commit is contained in:
parent
6e4d975283
commit
309129ab66
6 changed files with 338 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -20,7 +20,15 @@ sys-locale = "0.3.2"
|
|||
rust-i18n = "3"
|
||||
regex-lite = "0.1"
|
||||
|
||||
pay-respects-parser = "0.2.2"
|
||||
toml = { version = "0.7", optional = true }
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
|
||||
pay-respects-parser = "0.2.3"
|
||||
# pay-respects-parser = { path = "../pay-respects-parser" }
|
||||
|
||||
|
||||
[features]
|
||||
runtime-rules = ["dep:serde", "dep:toml"]
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue