From a67aef12cc44a666ff12fc5159caa2d6ea42b555 Mon Sep 17 00:00:00 2001 From: Rohit Narurkar Date: Tue, 12 Jan 2021 23:54:56 +0530 Subject: [PATCH] exclude test keys from package list being published --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c2291f3..de52326 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://docs.rs/eth-keystore" repository = "https://github.com/roynalnaruto/eth-keystore-rs" readme = "README.md" keywords = ["ethereum", "web3", "wallet"] +exclude = ["tests/test-keys/*"] [dependencies] hex = "0.4.2"