From 6f9f6b8b5f1949965036bb498e04f83063ac9ecf Mon Sep 17 00:00:00 2001 From: Dorian Date: Sat, 14 Mar 2026 04:18:32 +0000 Subject: [PATCH] fix: add bytes crate for mainline DHT Bytes type Co-Authored-By: Claude Opus 4.6 (1M context) --- core/archipelago/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/archipelago/Cargo.toml b/core/archipelago/Cargo.toml index 0d8c7a80..7a2cc2e1 100644 --- a/core/archipelago/Cargo.toml +++ b/core/archipelago/Cargo.toml @@ -83,6 +83,7 @@ zeroize = { version = "1.7", features = ["derive"] } # Mainline DHT (did:dht — BitTorrent DHT for decentralized identity) mainline = "2" zbase32 = "0.1" +bytes = "1" # Systemd watchdog notification sd-notify = "0.4"