aboutsummaryrefslogtreecommitdiffstats
path: root/zone_core/Cargo.toml
blob: 8ac3fa38cb1f29841283dfb073f54ff44067f833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "zone_core"
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]
clap = { version = "3.0.13", default-features = false, features = ["std", "derive"] }
rocket = { version = "0.5.0-rc.1", default-features = false, features = ["json"] }
rocket_okapi = { version = "0.8.0-rc.1" }
serde = "1.0.136"
strum = "0.23.0"
strum_macros = "0.23.1"
tabled = "0.4.2"