From 6c7e7466cdca167c1f28030886b7d01ba346d2c9 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 23 Nov 2025 17:21:14 +0200 Subject: feat: db url --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b9279a9..c5f1c78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,7 @@ description = "A federated marketplace platform" [workspace.dependencies] activitypub_federation = { version = "0.7.0-beta.8", default-features = false } +secrecy = "0.10.3" serde = "1.0.228" tracing = "0.1.41" +url = "2.5.7" -- cgit v1.2.3