From 528f1bac48a77f3436433f573bcb10e7c0941cbb Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Wed, 4 May 2022 21:12:52 +0900 Subject: [PATCH] Remove tokio from dependencies --- plume-common/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index 32db34d3..69b1381f 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -20,7 +20,6 @@ serde_derive = "1.0" serde_json = "1.0.80" shrinkwraprs = "0.3.0" syntect = "4.5.0" -tokio = "0.1.22" regex-syntax = { version = "0.6.17", default-features = false, features = ["unicode-perl"] } tracing = "0.1.34" askama_escape = "0.10.3"