Skip to content

Commit

Permalink
Refactor directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
twitu committed Mar 25, 2024
1 parent c936641 commit 88eb540
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fs-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ name = "fs_storage"
crate-type = ["rlib"]
bench = false

[[example]]
name = "cli"

[dependencies]
data-error = { path = "../data-error" }
log = { version = "0.4.17", features = ["release_max_level_off"] }

serde_json = "1.0.82"

[dev-dependencies]
log = { version = "0.4.17", features = ["release_max_level_off"] }
tempdir = "0.3.7"
serde_json = "1.0.82"
File renamed without changes.
File renamed without changes.

0 comments on commit 88eb540

Please sign in to comment.