From fc5e13ae525cb74e77a5bc51204f44476115cea9 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 1 Oct 2023 00:38:29 +0200 Subject: draft for permission framework --- base/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base/Cargo.toml') diff --git a/base/Cargo.toml b/base/Cargo.toml index f49db80..3081262 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -5,9 +5,10 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } +serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" log = { workspace = true } sha2 = "0.10.8" base64 = "0.21.4" -tokio = {workspace=true} +tokio = { workspace = true } anyhow = "1.0.75" -- cgit v1.3.1