mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
11 lines
262 B
TOML
11 lines
262 B
TOML
[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 = "../utils"}
|