aboutsummaryrefslogtreecommitdiffstats
path: root/zone_nspawn/Cargo.toml
blob: 073438228c93c45bd7e25282aa7ae461d29d3941 (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_nspawn"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = [
    "Neil Kollack <nkollack@gmail.com>",
    "Toby Vincent <tobyv13@gmail.com>",
]
description = "API for managing systemd-nspawn containers"
categories = ["Unix APIs"]
keywords = ["zone", "zoned", "systemd", "nspawn", "systemd-nspawn"]
workspace = ".."

[dependencies]
async-trait = "0.1.57"
serde = "1.0.145"
serde_ini = "0.2.0"
serde_json = "1.0.85"
thiserror = "1.0.36"
tokio = { version = "1.21.1", default-features = false, features = ["process"] }
wspty = "0.1.1"
zone_core = { path = "../zone_core" }