From 635e7902912698885db0f8e1ef6be7865ee1e61f Mon Sep 17 00:00:00 2001 From: "Tristan Poland (Trident_For_U)" <34868944+tristanpoland@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:55:25 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 81f24cd..87d624b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,11 +14,6 @@ env_logger = "0.9" chrono = "0.4" async-std = { version = "1.10", features = ["attributes"] } - -[features] -default = ["full"] -futures = "0.3" - [dependencies.skillscript] # Uncomment this communication dependency when SkillsScript submodule is implemented # git = "https://github.com/gamedev44/skillscript"