refactor: split backup and alex into separate crate; set up workspace
This commit is contained in:
parent
d23227dd0b
commit
abafd9a28c
26 changed files with 1494 additions and 33 deletions
14
backup/Cargo.toml
Normal file
14
backup/Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "backup"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
chrono.workspace = true
|
||||
serde.workspace = true
|
||||
|
||||
# Used for creating tarballs for backups
|
||||
tar = "0.4.38"
|
||||
# Used to compress said tarballs using gzip
|
||||
flate2 = "1.0.26"
|
||||
serde_json = "1.0.96"
|
||||
Loading…
Add table
Add a link
Reference in a new issue