diff options
| author | Hermes Agent <hermes@localhost> | 2026-08-12 01:34:51 +0000 |
|---|---|---|
| committer | Hermes Agent <hermes@localhost> | 2026-08-12 01:34:51 +0000 |
| commit | 9acf451473989fa868e21d2d6ff59cf3fb445562 (patch) | |
| tree | c58417401e1ecb7304c21c2ebf6f2eaa032ad907 /src/lib.rs | |
| parent | 020fbf6a034b3c90de1bdd3ee5e3e5e15c783059 (diff) | |
Add semantic artifact manifest comparison
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,8 +1,10 @@ pub mod archive; pub mod cli; +pub mod compare; pub mod files; pub mod hasher; pub mod initramfs; +pub mod manifest; pub mod model; pub mod package_installer; pub mod plan; |