mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
drk: introduced interactive shell infra
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user