WIP Implementing core/ledger

This commit is contained in:
2026-02-09 09:52:20 +00:00
parent 55101752f5
commit 57e7c94f36
6 changed files with 190 additions and 17 deletions

5
go.mod
View File

@@ -3,3 +3,8 @@ module git.michelsen.id/chron
go 1.25.5
require github.com/google/uuid v1.6.0
require (
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
)