mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
27 lines
525 B
TOML
27 lines
525 B
TOML
[package]
|
|
name = "fu"
|
|
description = "Command-line client for fud"
|
|
version = "0.4.1"
|
|
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"]}
|
|
|
|
# Async
|
|
smol = "2.0.2"
|
|
|
|
# Misc
|
|
clap = {version = "4.4.11", features = ["derive"]}
|
|
log = "0.4.26"
|
|
simplelog = "0.12.2"
|
|
url = "2.5.4"
|
|
termcolor = "1.4.1"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|