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.lock | |
| parent | 5b783f81c833a14818cf4953b41b1abb50497ff8 (diff) | |
| download | warden-69440b4021c120e640b345dac73e5c32292d4603.tar.bz2 warden-69440b4021c120e640b345dac73e5c32292d4603.zip | |
build: create cargo workspace
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..bfa7b82 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "warden" +version = "0.1.0" |
