From 608ea91209fe4bc4a947efa2ee8808409e454a1d Mon Sep 17 00:00:00 2001 From: zxj Date: Sat, 27 Jul 2024 20:38:31 +0800 Subject: [PATCH] use OnceLock --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 820907a..e709b4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ authors = ["ce "] repository = "https://github.com/rbatis/fast_log" edition = "2021" license = "MIT" -categories = ["logging"] keywords = ["metrics", "async", "tracing"] [features]