Add a libraries list command

This commit is contained in:
Marc Plano-Lesay 2024-12-03 19:30:08 +11:00
parent 776c9b005f
commit 331f24e9af
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
6 changed files with 66 additions and 0 deletions

View file

@ -10,6 +10,7 @@ use tabled::{
},
Table, Tabled,
};
#[derive(Tabled)]
struct Asset {
#[tabled(rename = "Path")]