mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
13 lines
320 B
TOML
13 lines
320 B
TOML
[package]
|
|
name = "brk_exit"
|
|
description = "An exit blocker built on top of ctrlc"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
brk_logger = { workspace = true }
|
|
ctrlc = { version = "3.4.7", features = ["termination"] }
|
|
log = { workspace = true }
|