mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-22 03:05:32 +02:00
refactor: extract archive core crate
This commit is contained in:
parent
0b2afe6398
commit
3cf2c9cd3a
14 changed files with 34 additions and 13 deletions
|
|
@ -8,12 +8,10 @@ name = "archivr"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
archivr-core = { path = "../archivr-core" }
|
||||
anyhow.workspace = true
|
||||
chrono.workspace = true
|
||||
clap.workspace = true
|
||||
hex.workspace = true
|
||||
regex.workspace = true
|
||||
rusqlite.workspace = true
|
||||
serde_json.workspace = true
|
||||
sha3.workspace = true
|
||||
uuid.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue