diff options
| author | rtkay123 <dev@kanjala.com> | 2026-03-28 21:04:58 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-03-28 21:04:58 +0200 |
| commit | 69440b4021c120e640b345dac73e5c32292d4603 (patch) | |
| tree | 5468fc07d5f97aac4633fe18a8d30f5c1261a39c /Cargo.toml | |
| parent | 5b783f81c833a14818cf4953b41b1abb50497ff8 (diff) | |
| download | warden-69440b4021c120e640b345dac73e5c32292d4603.tar.bz2 warden-69440b4021c120e640b345dac73e5c32292d4603.zip | |
build: create cargo workspace
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..0bb4411 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[workspace] +resolver = "3" +members = [ "warden" ] + +[workspace.package] +license = "AGPL-3.0-only" +readme = "README.md" +documentation = "https://books.kanjala.com/warden" +homepage = "https://git.kanjala.com/warden" |
