mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 06:14:08 -05:00
23 lines
640 B
TOML
23 lines
640 B
TOML
[package]
|
|
name = "dam-cli"
|
|
version = "0.4.1"
|
|
description = "CLI-utility to control a Denial-of-service Analysis Multitool 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-serial = {path = "../../../../src/serial"}
|
|
|
|
# Misc
|
|
clap = {version = "4.4.11", features = ["derive"]}
|
|
tracing = "0.1.44"
|
|
tracing-subscriber = { version = "0.3.22", default-features = false, features = ["fmt"] }
|
|
smol = "2.0.2"
|
|
url = "2.5.7"
|