mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 06:14:08 -05:00
26 lines
627 B
TOML
26 lines
627 B
TOML
[package]
|
|
name = "rlnd-cli"
|
|
version = "0.4.1"
|
|
description = "CLI-utility to control an rlnd daemon."
|
|
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
|
repository = "https://codeberg.org/darkrenaissance/darkfi"
|
|
license = "AGPL-3.0-only"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
# Darkfi
|
|
darkfi = {path = "../../../../", features = ["async-sdk", "rpc"]}
|
|
darkfi-sdk = {path = "../../../../src/sdk"}
|
|
darkfi-serial = {path = "../../../../src/serial"}
|
|
rlnd = {path = "../rlnd"}
|
|
|
|
# Misc
|
|
bs58 = "0.5.1"
|
|
clap = {version = "4.4.11", features = ["derive"]}
|
|
prettytable-rs = "0.10.0"
|
|
rand = "0.8.5"
|
|
smol = "2.0.2"
|
|
url = "2.5.7"
|