keyfork/crates/util/keyfork-entropy/Cargo.toml

15 lines
309 B
TOML
Raw Permalink Normal View History

[package]
name = "keyfork-entropy"
version = "0.1.0"
edition = "2021"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["bin"]
bin = ["smex"]
[dependencies]
smex = { version = "0.1.0", path = "../smex", optional = true }