add local auth to registry

This commit is contained in:
Aiden McClelland
2025-12-17 18:57:56 -07:00
parent cd70fa4c32
commit 7b3c74179b
18 changed files with 417 additions and 233 deletions

View File

@@ -1,4 +1,5 @@
pub use color_eyre::eyre::eyre;
pub use imbl_value::InternedString;
pub use lazy_format::lazy_format;
pub use tracing::instrument;