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

13 lines
366 B
TOML

[package]
name = "clear-docker-images"
version = "0.2.0"
edition = "2021"
authors = ["Antoine <DataHearth> Langlois"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
clap = { version = "3.0", features = ["derive"] }
serde_json = "1.0"
chrono = "0.4"