refactor: build one binary instead of a library and a binary

This commit is contained in:
2026-09-08 11:26:33 +00:00
parent 27c6b261a6
commit 056da8b9b2
6 changed files with 21 additions and 69 deletions

View File

@@ -5,5 +5,5 @@ mod postgres;
pub use ahab::{Ahab, Commands, reject_unsupported_dry_run};
pub use django::Django;
pub use link::{Link, Store};
pub use link::Link;
pub use postgres::{Format, Postgres};