diff options
| author | rtkay123 <dev@kanjala.com> | 2026-04-03 11:31:18 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-04-03 11:31:18 +0200 |
| commit | 2aec89e22ac8ebcc2859a7492cfca9b5d81cdcc4 (patch) | |
| tree | 36928586bdf83a2297e93a3248498605b2824000 /Cargo.toml | |
| download | sellershut-2aec89e22ac8ebcc2859a7492cfca9b5d81cdcc4.tar.bz2 sellershut-2aec89e22ac8ebcc2859a7492cfca9b5d81cdcc4.zip | |
initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
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" |
