summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-23 16:00:22 -0400
committerBotahamec <botahamec@outlook.com>2022-10-23 16:00:22 -0400
commit99b35c374fbce2e6eca22951f0eefdf933a5e8ee (patch)
tree1f8b7ba0c18a5d58c12c9a01a536fd0836ac2cd6 /Cargo.toml
parentf27518b60bb697000dcb1f6363066ddbaf505368 (diff)
Exclude vscode settings from .crate file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 237c811..5014d86 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ repository = "https://github.com/botahamec/exun/"
license-file = "LICENSE.md"
keywords = ["no_std", "no-std", "utility", "error", "error-handling"]
categories = ["rust-patterns", "no-std"]
+exclude = [".vscode/settings.json"]
[package.metadata]
msrv = "1.41.1"