From 97d9329c4a0ac17fb30cfc5489e11f9e04160e40 Mon Sep 17 00:00:00 2001 From: vodofrede Date: Sun, 24 Oct 2021 14:34:48 +0200 Subject: [PATCH] excluded main.rs from cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2a53ba..fdc5001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,6 @@ repository = "https://git.palmoe.dk/vodofrede/eyes/" readme = "README.md" keywords = ["parsing", "parse", "simple", "no-deps"] categories = ["encoding", "parsing", "text-processing"] -exclude = [".gitignore"] +exclude = [".gitignore", "src/main.rs"] [dependencies]