From cfeb34870d78939133222ba61e6a1a5b82d78364 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 18 Apr 2023 01:47:25 -0700 Subject: refactor(src): drop once_cell dependency for standard library --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f7b1ad5..f61c7e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,6 @@ serde = "1.0.136" # Serialization yarte = "0.15.6" # Templating Engine tempfile = "3.3.0" # Temporary File Creation and Access dotenv = "0.15.0" # .env File Support -once_cell = "1.13.1" # Lazy Statics germ = { version = "0.3.7", default-features = false, features = [ "ast" ] } # Gemini Tool-kit -- cgit v1.2.3