Remove [lib] section from manifest

This commit is contained in:
Steven Roose 2023-02-23 03:41:31 +00:00
parent 71d4329979
commit c821ec4aa8
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 0 additions and 4 deletions

View File

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