Testing procedural macros

This commit is contained in:
2024-12-02 18:21:48 +01:00
parent c88e087ff8
commit be77ab9361
7 changed files with 83 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ bytes = "1.8.0"
http-body-util = "0.1.2"
sqlx = {version = "0.8.1", features = ["sqlite", "sqlx-macros", "runtime-tokio"]}
daemonize = {version = "0.5.0", optional = true}
aweblib_macros = {path = "aweblib_macros" }
[dev-dependencies]
futures = "0.3.31"