From e18482558a43330cab726ae92518904be346a248 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 17 Mar 2022 18:19:50 -0500 Subject: refactor: migrated from rocket to axum --- zone_core/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'zone_core/Cargo.toml') diff --git a/zone_core/Cargo.toml b/zone_core/Cargo.toml index bd2a8f4..6dffa1a 100644 --- a/zone_core/Cargo.toml +++ b/zone_core/Cargo.toml @@ -13,8 +13,6 @@ description = "Manages containers using systemd-nspawn and ZFS" [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" @@ -22,3 +20,6 @@ tabled = "0.4.2" zone_zfs = { version = "0.1.0", path = "../zone_zfs" } zone_nspawn = { version = "0.1.0", path = "../zone_nspawn" } thiserror = "1.0.30" +derive_builder = "0.10.2" + +[features] -- cgit v1.2.3-70-g09d2