From 3a29113e965a94bdef06655f1583cc6e86edd606 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 21 Dec 2023 23:57:42 +0100 Subject: rework import system pt. 1 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/Cargo.toml') diff --git a/server/Cargo.toml b/server/Cargo.toml index da8603d..68ae861 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -7,8 +7,8 @@ edition = "2021" jellycommon = { path = "../common", features = ["rocket"] } jellybase = { path = "../base" } jellystream = { path = "../stream" } -jellyclient = { path = "../client" } jellytranscoder = { path = "../transcoder" } +jellyimport = { path = "../import" } serde = { version = "1.0.193", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] } -- cgit v1.3.1