chore: appending _ to modules

This commit is contained in:
iff 2024-12-08 18:31:17 +01:00
parent 06efb53f35
commit e7e0cbac9a
8 changed files with 18 additions and 15 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "pay-respects-module-runtime-rules"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
# for crates.io
@ -18,3 +18,7 @@ toml = { version = "0.8" }
serde = { version = "1.0", features = ["derive"] }
pay-respects-utils = "0.1.0"
# pay-respects-utils = { path = "../utils" }
[[bin]]
name = "_pay-respects-module-runtime-rules"
path = "src/main.rs"