Files
darkfi/bin/genev/genev-cli/Cargo.toml
2025-01-21 14:21:32 +01:00

26 lines
578 B
TOML

[package]
name = "genev"
description = "Generic Event example CLI"
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]
genevd = {path = "../genevd"}
darkfi = {path = "../../../", features = ["event-graph", "rpc", "bs58"]}
darkfi-serial = "0.4.2"
smol = "2.0.2"
clap = {version = "4.4.11", features = ["derive"]}
log = "0.4.25"
simplelog = "0.12.2"
tinyjson = "2.5.1"
url = "2.5.4"
[lints]
workspace = true