mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-02 03:03:39 -07:00
11 lines
241 B
TOML
11 lines
241 B
TOML
[package]
|
|
name = "hodor"
|
|
description = "An exit blocker, can hold the door until a task is completed"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[dependencies]
|
|
ctrlc = "3.4.5"
|
|
log = { workspace = true }
|