diff --git a/Cargo.toml b/Cargo.toml index 75936e1..bcb17fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,9 @@ repository.workspace = true resolver = "2" publish = false +[profile.dev] +debug = 0 + [workspace.dependencies] async-trait = "0.1" actix-web = "4.9"