diff options
Diffstat (limited to 'inheritance/Cargo.toml')
| -rw-r--r-- | inheritance/Cargo.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/inheritance/Cargo.toml b/inheritance/Cargo.toml new file mode 100644 index 0000000..b723a35 --- /dev/null +++ b/inheritance/Cargo.toml @@ -0,0 +1,20 @@ +[package] +name = "onioncoin-inheritance" +version.workspace = true +edition.workspace = true +authors.workspace = true +license.workspace = true + +[dependencies] +onioncoin-core = { path = "../core" } +onioncoin-crypto = { path = "../crypto" } + +serde.workspace = true +serde_json.workspace = true +blake3.workspace = true +chrono.workspace = true +rand.workspace = true +thiserror.workspace = true + +# For Shamir Secret Sharing +sharks = "0.5" |
