From d8f556227a4b8c55e1bf4e036dd2764b252660c2 Mon Sep 17 00:00:00 2001 From: Volodymir Ohorodnytskyi <102746941+Legendaxe@users.noreply.github.com> Date: Tue, 14 May 2024 23:56:58 +0300 Subject: [PATCH] Redundant dependencies --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb9e020..c0cefa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,9 +19,6 @@ regex = {version = "1.10.4", optional = true } regex-cache = {version = "0.2.1", optional = true } base64 = {version = "0.22.1", optional = true} -byondapi = {version = "0.4.7", optional = true } -eyre = {version = "0.6.12", optional = true } - [features] default = [ "transliteration",