This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
clear-docker-images/Cargo.toml

19 lines
588 B
TOML

[package]
name = "clear-docker-images"
version = "0.5.0"
edition = "2021"
authors = ["Antoine <DataHearth> Langlois"]
description = "small binary to clean up docker images (mostly in CI)"
repository = "https://github.com/DataHearth/clear-docker-images"
homepage = "https://github.com/DataHearth/clear-docker-images"
readme = "README.md"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
clap = { version = "3.0", features = ["derive"] }
serde_json = "1.0"
chrono = "0.4"
log = "0.4"
simple_logger = "2.1"
bollard = "0.11"
tokio = { version = "1.17", features = ["full"] }