From 0b2f82c4403b33eaf1c2ee1383f6b3c6db918859 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Mon, 10 Mar 2025 13:18:42 -0400 Subject: [PATCH] [#1] Removed the Scribe dependency. --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 42eae27..39826b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,4 @@ edition = "2021" [features] default = [] -use_std = ["scribe/use_std"] - - -[dependencies.scribe] -git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/scribe.git" +use_std = []