first commit
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user