gitbutler/packages/tauri/tests/lib.rs
extrawurst eb569b389c * cleanup combined bin/lib in gitbutler
* gitbutler as a lib is `gblib` now and used accordingly by `butler`
* use `cargo-cranky` for shared lints across workspace until cargo supports Cargo.toml lints section in 1.75
2023-10-18 16:39:14 +02:00

7 lines
89 B
Rust

#![allow(clippy::dbg_macro)]
mod common;
mod paths;
mod projects;
mod virtual_branches;