Initial Implementation of ResourceGuard Macro

This commit is contained in:
2024-02-24 19:03:48 -03:00
parent ef43c102aa
commit 077f69778f
15 changed files with 102 additions and 40 deletions

View File

@@ -1,11 +1,15 @@
workspace = { members = ["proc-utils", "utils"] }
[package]
name = "message-hideyoshi_com"
name = "message-hideyoshi-com"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
proc-utils = { path = "proc-utils" }
utils = { path = "utils" }
axum = "0.7.4"
tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }
uuid = "1.7.0"