global: cargo update

This commit is contained in:
nym21
2025-02-26 10:45:00 +01:00
parent bb61b3dc22
commit 34923638c5
10 changed files with 37 additions and 28 deletions

View File

@@ -1,9 +1,10 @@
[package]
name = "brk_logger"
description = "A clean logger used in the Bitcoin Research Kit"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
color-eyre = { workspace = true }