keyfork/keyfork-plumbing/Cargo.toml

12 lines
339 B
TOML
Raw Normal View History

[package]
name = "keyfork-plumbing"
version = "0.1.0"
edition = "2021"
2023-11-15 04:19:30 +00:00
license = "AGPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
keyfork-mnemonic-util = { version = "0.1.0", path = "../keyfork-mnemonic-util" }
smex = { version = "0.1.0", path = "../smex" }