From 1d1bff80c52bc86d72813ca9fe70668ab2af8fbc Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Mon, 28 Sep 2020 12:51:40 +0200 Subject: [PATCH] update readme --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f22289e..ed0f254 100644 --- a/README.md +++ b/README.md @@ -30,20 +30,16 @@ assumption is that we will likely recompile the own crate(s) anyway. It also separates the cache into 4 groups, each treated differently: -- Index: `~/.cargo/registry/index/`: +- Registry Index: `~/.cargo/registry/index/`: This is always restored from its latest snapshot, and persisted based on the most recent revision. -- Registry / Cache: `~/.cargo/registry/cache/`: +- Registry Cache: `~/.cargo/registry/cache/`: Automatically keyed by the lockfile/toml hash, and is being pruned to only persist the dependencies that are being used. -- Registry / Git: `~/.cargo/registry/git/`: - - Automatically keyed by the lockfile/toml hash. Pruning is still TODO. - - target: `./target` Automatically keyed by the lockfile/toml hash, and is being pruned to only