Files
beekeper/Cargo.toml
qpismont 3f14c0d572
Some checks failed
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed
Implement Docker integration with BollardAdapter; add Dockerfile, docker-compose, and update dependencies
2025-11-13 20:52:25 +00:00

12 lines
263 B
TOML

[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"
async-trait = "0.1"