Remove [lib] section from manifest
This commit is contained in:
parent
71d4329979
commit
c821ec4aa8
|
@ -11,10 +11,6 @@ keywords = [ "crypto", "bitcoin", "bip39", "mnemonic" ]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[lib]
|
|
||||||
name = "bip39"
|
|
||||||
path = "src/lib.rs"
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "std" ]
|
default = [ "std" ]
|
||||||
std = [ "unicode-normalization", "serde/std" ]
|
std = [ "unicode-normalization", "serde/std" ]
|
||||||
|
|
Loading…
Reference in New Issue