appview/atproto/src/lib.rs
Julia Lange 34719e7d01
Atproto, remove/disable lexicon module
This is temporary. Since I'm using my own types implementation the
autocreated lexicons don't work. Currently deciding the best way to move
forward.
2025-07-02 10:41:05 -07:00

7 lines
138 B
Rust

// pub mod lexicons;
pub mod types;
pub mod error;
#[cfg(feature = "sqlx-support")]
pub mod sqlx;
pub use atrium_api::types::Collection;