mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
9 lines
121 B
TOML
9 lines
121 B
TOML
[package]
|
|
name = "exit"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ctrlc = "3.4.5"
|
|
logger = { workspace = true }
|