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" ]