summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-11-23 10:31:25 +0200
committerrtkay123 <dev@kanjala.com>2025-11-23 10:31:25 +0200
commitf9af6bf27fb448a64fdfeb219e4d2302938c5a1a (patch)
treefd163ce9fba96d73550b33d5bdda4abbd2aadbfc /Cargo.toml
parent7f65b47bfb333632c87927c38b90918bedcf5eae (diff)
downloadsellershut-f9af6bf27fb448a64fdfeb219e4d2302938c5a1a.tar.bz2
sellershut-f9af6bf27fb448a64fdfeb219e4d2302938c5a1a.zip
feat: start server
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 79364b4..f8b4297 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,4 @@ documentation = "https://books.kanjala.com/sellershut"
description = "A federated marketplace platform"
[workspace.dependencies]
+tracing = "0.1.41"