From a0a800c6a837743d3057825b894d8790195dfb5d Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Wed, 20 Sep 2023 20:21:21 +0100 Subject: [PATCH] README: Document our steps Signed-off-by: Ikey Doherty --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 0fd35d1a..b5265e93 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,20 @@ as the Rust version of `boulder` (`.stone` build tooling). It is recommended to use an up to date version of Rust via `rustup`. +Progress: + + - [x] Read support for `.stone` + - [x] Repository manipulation + - [-] Plugin system for layered graph of dependencies + - [ ] Search support + - [ ] Transactions + - [ ] Installation support + - [ ] Removal support + - [ ] Upgrade support + - [ ] Trigger integration (usysconf-rs) + - [ ] GC / cleanups of latent states + - [ ] Features (previously: Subscriptions) + ## Test libstone ```bash