summaryrefslogtreecommitdiffstats
path: root/backup/Cargo.toml
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2025-04-12 13:39:46 +0200
committerLeonard Kugis <leonard@kug.is>2025-04-12 13:39:46 +0200
commit632e2a5a020764fb3c544f592b5fe66cc055c44a (patch)
treeba2780b2a1a1b73219e37ce52ff711322105161d /backup/Cargo.toml
parentccb7982ce7ef088bf0fc626a263af1d83d3756a9 (diff)
downloadscripts-632e2a5a020764fb3c544f592b5fe66cc055c44a.tar.gz
Implemented backup in rust
Diffstat (limited to 'backup/Cargo.toml')
-rw-r--r--backup/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/backup/Cargo.toml b/backup/Cargo.toml
new file mode 100644
index 0000000..699fe53
--- /dev/null
+++ b/backup/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "backup"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
+walkdir = "2.4.0"
+tar = "0.4"
+zstd = "0.13"
+chrono = "0.4"
+regex = "1"
+duct = "0.13" # für shell-like commands \ No newline at end of file