first commit

This commit is contained in:
2025-11-12 22:28:12 +00:00
commit 42535a81b2
9 changed files with 1846 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "beekeper"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1", features = ["full"] }
async-compression = { version = "0.4", features = ["tokio", "xz"] }
bollard = "0.19"
anyhow = "1.0"
tokio-tar = "0.3"