From 898a2966975c7397e35d8df6b72df42147bf18bd Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Fri, 3 Apr 2026 12:48:35 +0200 Subject: feat: impl config --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 65fc111..6a6de8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,8 @@ license = "AGPL-3.0-only" readme = "README.md" documentation = "https://books.kanjala.com/sellershut" homepage = "https://git.kanjala.com/sellershut" + +[workspace.dependencies] +serde = "1.0.228" +thiserror = "2.0.18" +tracing = "0.1.44" -- cgit v1.2.3