From c481cc302e9f1ef9b8824a735024669ac2fa250d Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Fri, 3 May 2024 13:24:57 +0200 Subject: [PATCH] Cargo.toml clean-up Remove superfluous file exclusion. --- neo4j/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/neo4j/Cargo.toml b/neo4j/Cargo.toml index 708340b..cdcd2f8 100644 --- a/neo4j/Cargo.toml +++ b/neo4j/Cargo.toml @@ -12,7 +12,6 @@ authors = ["Rouven Bauer "] repository = "https://github.com/robsdedude/neo4j-rust-driver/" homepage = "https://github.com/robsdedude/neo4j-rust-driver/" documentation = "https://docs.rs/neo4j" -exclude = ["/testkit"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html