From bfe9d25c86715cebf41a47119f658714be59d13d Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Mon, 15 Jan 2024 11:03:16 -0500 Subject: [PATCH] Add Roadmap section to the Readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2f55d4f..f0d7c8e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Contents - [Features](#features) - [Building](#building) - [Contributing](#contributing) +- [Raodmap](#roadmap) ## Features For a more full specification of the format, please see [Format.md](Format.md) @@ -31,3 +32,9 @@ fix any issues before sending pull requests on Codeberg or patches via `git send In addition to contributing to the Rust implementation here, it would be welcome to see Haggis implemented in other languages. + +## Roadmap +- [x] Create and extract archives +- [x] List archive nodes +- [ ] Specify user/group permissions to extract as +- [ ] Automatically detect zstd compressed archives