aboutsummaryrefslogtreecommitdiffstats
path: root/cli/Cargo.toml
blob: 462d8eecf75a015a44056470000cab2de889cfda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "zone"
version = "0.1.0"
edition = "2021"
authors = [
    "Elijah Moore <egmoore2000@gmail.com>",
    "Neil Kollack <nkollack@gmail.com>",
    "Toby Vincent <tobyv13@gmail.com>",
    "Anthony Schneider <tonyschneider3@gmail.com>",
]
description = "Manages containers using systemd-nspawn and ZFS"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
zone_core = { path = "../core" }
clap = { version = "3.0.5", features = ["derive", "env"] }
clap_complete = "3.0.2"
reqwest = { version = "0.11.8", features = ["blocking", "json"] }
serde = "1.0.132"
anyhow = "1.0.51"
log = "0.4.14"
simplelog = "0.11.2"
tabled = "0.4.2"