From 417d70fe3e0ddbf2c14db380b4734dd8ca76bbe1 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:56:07 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 87d624b..d3884fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,3 @@ log = "0.4" env_logger = "0.9" chrono = "0.4" async-std = { version = "1.10", features = ["attributes"] } - -[dependencies.skillscript] -# Uncomment this communication dependency when SkillsScript submodule is implemented -# git = "https://github.com/gamedev44/skillscript"