Bookmarks serializer and data types

This commit is contained in:
ChristianVisintin
2020-12-15 11:13:29 +01:00
parent 8046f82214
commit 50fcba63c4
5 changed files with 451 additions and 10 deletions

View File

@@ -22,6 +22,7 @@
#[macro_use] extern crate lazy_static;
pub mod activity_manager;
pub mod bookmarks;
pub mod filetransfer;
pub mod fs;
pub mod host;