Files
darkfi/bin/fud/fu/Cargo.toml
2025-07-30 17:10:30 +02:00

27 lines
549 B
TOML

[package]
name = "fu"
description = "Command-line client for fud"
version = "0.5.0"
edition = "2021"
authors = ["Dyne.org foundation <foundation@dyne.org>"]
license = "AGPL-3.0-only"
homepage = "https://dark.fi"
repository = "https://codeberg.org/darkrenaissance/darkfi"
[dependencies]
darkfi = {path = "../../../", features = ["util", "rpc"]}
fud = {path = "../fud/"}
# Async
smol = "2.0.2"
# Misc
clap = {version = "4.4.11", features = ["derive"]}
log = "0.4.27"
simplelog = "0.12.2"
url = "2.5.4"
termcolor = "1.4.1"
[lints]
workspace = true