mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
23 lines
543 B
TOML
23 lines
543 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://github.com/darkrenaissance/darkfi"
|
|
|
|
[dependencies]
|
|
darkfi = {path = "../../../", features = ["util", "rpc"]}
|
|
|
|
# Async
|
|
async-std = {version = "1.12.0", features = ["attributes"]}
|
|
|
|
# Misc
|
|
clap = {version = "4.4.7", features = ["derive"]}
|
|
log = "0.4.20"
|
|
serde_json = "1.0.108"
|
|
simplelog = "0.12.1"
|
|
url = "2.4.1"
|