forked from alemi/upub
8 lines
107 B
Rust
8 lines
107 B
Rust
|
pub mod activitypub;
|
||
|
|
||
|
#[cfg(feature = "web")]
|
||
|
pub mod web;
|
||
|
|
||
|
#[cfg(feature = "mastodon")]
|
||
|
pub mod mastodon;
|