[package] name = "harbor_rs" version = "0.1.3" edition = "2021" description = "Harbor API in Rust" license = "MIT" homepage = "https://github.com/k8scat/harbor_rs" authors = ["k8scat "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.51" reqwest = { version = "0.11.8", features = ["json"] } tokio = { version = "1.15.0", features = ["full"] } chrono = "0.4.19" base64 = "0.13.0" serde_json = "1.0.73" serde = { version = "1.0.132", features = ["derive"] } clap = "2.34.0" serde_yaml = "0.8.23" [[bin]] name = "clean-image-tags" path = "src/bin/clean-image-tags.rs"