Skip to content

Commit

Permalink
refactor: add ark-cli to cargo workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <[email protected]>
  • Loading branch information
tareknaser committed Apr 9, 2024
1 parent 2ee7426 commit df00c05
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 3,071 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = [
"ark-cli",
"data-error",
"data-json",
"data-link",
Expand All @@ -14,6 +15,7 @@ members = [
]

default-members = [
"ark-cli",
"data-error",
"data-json",
"data-link",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The purpose of the library is to manage _resource index_ of folders with various

| Package | Description |
| --------------- | ---------------------------------------- |
| `ark-cli` | The CLI tool to interact with ark crates |
| `data-resource` | Resource hashing and ID construction |
| `fs-index` | Resource Index construction and updating |
| `fs-storage` | Filesystem storage for resources |
Expand Down
30 changes: 0 additions & 30 deletions ark-cli/.github/workflows/rust.yml

This file was deleted.

3 changes: 0 additions & 3 deletions ark-cli/.gitignore

This file was deleted.

Loading

0 comments on commit df00c05

Please sign in to comment.