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
Raw Normal View History

2022-02-08 13:50:34 +01:00
[package]
name = "clear-docker-images"
2022-02-08 16:30:38 +01:00
version = "0.2.0"
2022-02-08 13:50:34 +01:00
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"