| 1234567891011121314151617181920212223242526 |
- [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
|