2023-05-21 21:44:39 +02:00
|
|
|
[package]
|
|
|
|
name = "ahab"
|
2023-05-21 22:51:46 +02:00
|
|
|
description = "docker cli wrapper"
|
|
|
|
readme = "README.md"
|
|
|
|
version = "0.0.1"
|
2023-05-21 21:44:39 +02:00
|
|
|
edition = "2021"
|
2023-05-21 22:51:46 +02:00
|
|
|
license = "MIT"
|
|
|
|
authors = ["Matej Janežič <janezic.mj@gmail.com>"]
|
|
|
|
repository = "https://github.com/janezicmatej/ahab.git"
|
2023-05-21 21:44:39 +02:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = { version = "4.3.0", features = ["derive"] }
|
|
|
|
anyhow = "1.0.71"
|
2023-05-21 23:41:15 +02:00
|
|
|
dotenvy = "0.15.7"
|