initial commit
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I4a6b498153eccd5407510dd541b7f4816a6a6964
This commit is contained in:
commit
6a73d11c4b
124 changed files with 34856 additions and 0 deletions
21
crates/pinakes-core/src/lib.rs
Normal file
21
crates/pinakes-core/src/lib.rs
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
pub mod audit;
|
||||
pub mod cache;
|
||||
pub mod collections;
|
||||
pub mod config;
|
||||
pub mod error;
|
||||
pub mod events;
|
||||
pub mod export;
|
||||
pub mod hash;
|
||||
pub mod import;
|
||||
pub mod integrity;
|
||||
pub mod jobs;
|
||||
pub mod media_type;
|
||||
pub mod metadata;
|
||||
pub mod model;
|
||||
pub mod opener;
|
||||
pub mod scan;
|
||||
pub mod scheduler;
|
||||
pub mod search;
|
||||
pub mod storage;
|
||||
pub mod tags;
|
||||
pub mod thumbnail;
|
||||
Loading…
Add table
Add a link
Reference in a new issue