From 05d2d83c01ca3d30d3950970d05dd29e6c748581 Mon Sep 17 00:00:00 2001 From: Jacob Hands Date: Mon, 14 Oct 2024 06:40:05 -0500 Subject: [PATCH] feat: Add rustic backup plugin --- README.md | 1 + plugins/rustic | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/rustic diff --git a/README.md b/README.md index c25a4ca2..ba5e02f6 100644 --- a/README.md +++ b/README.md @@ -661,6 +661,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | ruff | [simhem/asdf-ruff](https://github.com/simhem/asdf-ruff) | | Rust | [code-lever/asdf-rust](https://github.com/code-lever/asdf-rust) | | rust-analyzer | [Xyven1/asdf-rust-analyzer](https://github.com/Xyven1/asdf-rust-analyzer) | +| rustic | [jahands/asdf-rustic](https://github.com/jahands/asdf-rustic) | | rye | [Azuki-bar/asdf-rye](https://github.com/Azuki-bar/asdf-rye) | | saml2aws | [elementalvoid/asdf-saml2aws](https://github.com/elementalvoid/asdf-saml2aws) | | SBT | [bram2000/asdf-sbt](https://github.com/bram2000/asdf-sbt) | diff --git a/plugins/rustic b/plugins/rustic new file mode 100644 index 00000000..51301c00 --- /dev/null +++ b/plugins/rustic @@ -0,0 +1 @@ +repository = https://github.com/jahands/asdf-rustic.git