General & Crypto

This commit is contained in:
Alex Emmet 2026-06-20 15:25:36 +02:00
commit 02f94993c7
27 changed files with 1881 additions and 47 deletions

View file

@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
common = { path = "../common" }
mtp-common = { path = "../common" }

View file

@ -1,4 +1,4 @@
use common::RegistryError;
use mtp_common::RegistryError;
use std::collections::HashMap;
#[repr(transparent)]