From 728a6a6b3f85a96e601585ca943b66db0611baec Mon Sep 17 00:00:00 2001 From: Ramzi Sabra Date: Sat, 23 Mar 2024 23:14:55 +0200 Subject: [PATCH] added exclude to package metadata --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 83d13c2..fa1768b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,8 @@ keywords = [ "web", ] +exclude = [".vscode", ".github", "book"] + [dependencies] parking_lot = "0.12.1" uuid = { version = "1.7.0", features = ["v4"] }