From 2aec89e22ac8ebcc2859a7492cfca9b5d81cdcc4 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Fri, 3 Apr 2026 11:31:18 +0200 Subject: initial commit --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..65fc111 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[workspace] +members = ["crates/*"] +resolver = "3" + +[workspace.package] +license = "AGPL-3.0-only" +readme = "README.md" +documentation = "https://books.kanjala.com/sellershut" +homepage = "https://git.kanjala.com/sellershut" -- cgit v1.2.3