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.
This commit is contained in:
Julia Lange 2025-07-02 10:41:05 -07:00
parent cd2e03811e
commit 34719e7d01
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
14 changed files with 15 additions and 92 deletions

View file

@ -1,4 +1,4 @@
pub mod lexicons;
// pub mod lexicons;
pub mod types;
pub mod error;
#[cfg(feature = "sqlx-support")]