aboutsummaryrefslogtreecommitdiffstats
path: root/zone/Cargo.toml
blob: bd08d3bbf40602cc795a29ac3dcff0cb596d3ad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "zone"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = [
    "Neil Kollack <nkollack@gmail.com>",
    "Toby Vincent <tobyv13@gmail.com>",
]
description = "CLI for zoned"
categories = ["command-line-utilities", "HTTP client", "WebSocket"]
keywords = ["zone", "zoned", "container", "containers"]
workspace = ".."

[dependencies]
anyhow = "1.0.53"
clap = { version = "3.0.13", features = ["derive", "env"] }
clap_complete = "3.0.5"
log = "0.4.14"
reqwest = { version = "0.11.9", features = ["blocking", "json"] }
simplelog = "0.11.2"
tabled = "0.4.2"
zone_core = { version = "0.1.0", path = "../zone_core" }