From c821ec4aa8b47ea720f65b64fa9be57003c30405 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Thu, 23 Feb 2023 03:41:31 +0000 Subject: [PATCH] Remove [lib] section from manifest --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b0e9824..f0875d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,10 +11,6 @@ keywords = [ "crypto", "bitcoin", "bip39", "mnemonic" ] readme = "README.md" edition = "2018" -[lib] -name = "bip39" -path = "src/lib.rs" - [features] default = [ "std" ] std = [ "unicode-normalization", "serde/std" ]