Files
darkfi/bin/genev/genev-cli/Cargo.toml
2026-01-01 19:48:04 +00:00

26 lines
674 B
TOML

[package]
name = "genev"
description = "Generic Event example CLI"
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]
genevd = {path = "../genevd"}
darkfi = {path = "../../../", features = ["event-graph", "rpc", "bs58"]}
darkfi-serial = {path = "../../../src/serial"}
smol = "2.0.2"
clap = {version = "4.4.11", features = ["derive"]}
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", default-features = false, features = ["fmt"] }
tinyjson = "2.5.1"
url = "2.5.7"
[lints]
workspace = true