Skip to content

Commit

Permalink
few changes
Browse files Browse the repository at this point in the history
Signed-off-by: Pushkar Mishra <[email protected]>
  • Loading branch information
Pushkarm029 committed Dec 24, 2024
1 parent 9136354 commit b469c6b
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 141 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ The core crate is `fs-index` which provides us with [content addressing](https:/

| Package | Description |
| --------------- | ---------------------------------------- |
| `ark-cli` | The CLI tool to interact with ark crates |
| `ark-cli` | The CLI tool to interact with ARK crates |
| `data-resource` | Resource hashing and ID construction |
| `fs-cache` | Memory and disk caching with LRU eviction |
| `fs-index` | Resource Index construction and updating |
| `fs-storage` | Filesystem storage for resources |
| `fs-storage` | Key-value storage persisted on filesystem |
| `fs-metadata` | Metadata management |
| `fs-properties` | Properties management |
| `data-link` | Linking resources |
Expand Down
1 change: 0 additions & 1 deletion fs-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ lru = "0.12.5"

[dev-dependencies]
tempdir = "0.3.7"
rstest = "0.23"
Loading

0 comments on commit b469c6b

Please sign in to comment.