drk: introduced interactive shell infra

This commit is contained in:
skoupidi
2025-06-12 16:45:03 +03:00
parent d82e958672
commit 603ebe74f8
8 changed files with 205 additions and 0 deletions

11
Cargo.lock generated
View File

@@ -2468,6 +2468,7 @@ dependencies = [
"darkfi_money_contract",
"easy-parallel",
"lazy_static",
"linenoise-rs",
"log",
"num-bigint",
"prettytable-rs",
@@ -4098,6 +4099,16 @@ dependencies = [
"url",
]
[[package]]
name = "linenoise-rs"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51e207483a55cd856bc85af576f663b2ebd25616e7b624c4ba42cff9ec2f0631"
dependencies = [
"lazy_static",
"libc",
]
[[package]]
name = "linux-raw-sys"
version = "0.9.4"