mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-22 03:05:32 +02:00
chore: move cli into workspace crate
This commit is contained in:
parent
887d3f96a7
commit
59a2244513
12 changed files with 28 additions and 4 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -1,9 +1,14 @@
|
|||
[package]
|
||||
name = "archivr"
|
||||
[workspace]
|
||||
members = [
|
||||
"crates/archivr-cli",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.100"
|
||||
chrono = "0.4.42"
|
||||
clap = { version = "4.5.48", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue