mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 11:39:35 +00:00
28619fbee1
Mainly corrects for https://github.com/alloy-rs/alloy/issues/1510 yet also corrects a missing machete ignore.
24 lines
531 B
TOML
24 lines
531 B
TOML
[package]
|
|
name = "tiny-bip39"
|
|
version = "1.0.2"
|
|
description = "tiny-bip39 which patches to the latest update"
|
|
license = "MIT"
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/patches/tiny-bip39"
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
keywords = []
|
|
edition = "2021"
|
|
rust-version = "1.70"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["tiny-bip39"]
|
|
|
|
[lib]
|
|
name = "bip39"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
tiny-bip39 = "2"
|