pubky-homeserver 0.5.3

Pubky core's homeserver.
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "storage-gcs")]
mod google_bucket_config;
mod storage_config_toml;

#[cfg(feature = "storage-gcs")]
pub use google_bucket_config::{GoogleBucketConfig, GoogleServiceAccountKeyConfig};

pub use storage_config_toml::StorageConfigToml;