mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
bin/genev: testing some generic event utilization of event_graph
This commit is contained in:
22
bin/genev/genev-cli/Cargo.toml
Normal file
22
bin/genev/genev-cli/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "genev"
|
||||
description = "Generic Event example CLI"
|
||||
version = "0.1.0"
|
||||
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 = ["event-graph", "rpc", "bs58"]}
|
||||
darkfi-serial = {path = "../../../src/serial"}
|
||||
|
||||
async-std = {version = "1.12.0", features = ["attributes"]}
|
||||
clap = {version = "4.1.6", features = ["derive"]}
|
||||
log = "0.4.17"
|
||||
simplelog = "0.12.0"
|
||||
serde = {version = "1.0.152", features = ["derive"]}
|
||||
serde_json = "1.0.93"
|
||||
url = "2.3.1"
|
||||
|
||||
Reference in New Issue
Block a user