Atproto, readd collection imp from atrium

This commit is contained in:
Julia Lange 2025-06-20 09:16:27 -07:00
parent 8288620f2e
commit 53679522fa
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto

View file

@ -3,3 +3,5 @@ pub mod types;
pub mod error; pub mod error;
#[cfg(feature = "sqlx-support")] #[cfg(feature = "sqlx-support")]
pub mod sqlx; pub mod sqlx;
pub use atrium_api::types::Collection;