2023-09-12 02:31:52 +00:00
|
|
|
[package]
|
2023-09-21 22:30:48 +00:00
|
|
|
name = "keyfork-derive-key"
|
2024-05-16 04:29:28 +00:00
|
|
|
version = "0.1.1"
|
2023-09-12 02:31:52 +00:00
|
|
|
edition = "2021"
|
2023-11-15 04:19:30 +00:00
|
|
|
license = "AGPL-3.0-only"
|
2023-09-12 02:31:52 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-08-11 20:54:06 +00:00
|
|
|
keyfork-derive-util = { workspace = true }
|
|
|
|
keyforkd-client = { workspace = true }
|
|
|
|
smex = { workspace = true }
|
|
|
|
thiserror = { workspace = true }
|