mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-03 05:10:25 +03:00
20 lines
346 B
Rust
20 lines
346 B
Rust
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
pub mod bootstrap;
|
|
pub mod cassandra;
|
|
pub mod desktop;
|
|
pub mod dev;
|
|
pub mod disclaim;
|
|
pub mod env;
|
|
pub mod gateway;
|
|
pub mod manifest;
|
|
pub mod media_external;
|
|
pub mod media_proxy;
|
|
pub mod object_store;
|
|
pub mod paths;
|
|
pub mod proc;
|
|
pub mod proxy;
|
|
pub mod rust_services;
|
|
pub mod tasks;
|
|
pub mod tunnel;
|