feat: add distro table

This commit is contained in:
Jef Roosens 2024-05-29 21:37:56 +02:00
parent ecc33f0153
commit 5e1dfd22da
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 52 additions and 0 deletions

View file

@ -2,6 +2,7 @@
pub mod prelude;
pub mod distro;
pub mod package;
pub mod package_file;
pub mod package_group;