keyfork/crates/derive/keyfork-derive-path-data/Cargo.toml

12 lines
356 B
TOML
Raw Normal View History

[package]
name = "keyfork-derive-path-data"
2024-05-16 04:29:28 +00:00
version = "0.1.1"
edition = "2021"
2023-11-15 04:19:30 +00:00
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-05-16 04:29:28 +00:00
keyfork-derive-util = { version = "0.2.0", path = "../keyfork-derive-util", default-features = false, registry = "distrust" }
once_cell = "1.19.0"