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
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -93,8 +93,20 @@ name = "archivr-cli"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"archivr-core",
|
||||
"chrono",
|
||||
"clap",
|
||||
"regex",
|
||||
"rusqlite",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "archivr-core"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
"hex",
|
||||
"regex",
|
||||
"rusqlite",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue