1// SPDX-FileCopyrightText: 2025 Romain Maneschi <romain@gitroot.dev> 2// 3// SPDX-License-Identifier: MIT 4 5pub mod exports; 6pub mod fs; 7mod gitroot; 8pub mod imports; 9mod ptr; 10 11pub use crate::gitroot::*;