magic-nix-cache/gha-cache/src/lib.rs

9 lines
108 B
Rust
Raw Normal View History

2023-05-08 09:48:11 +00:00
//! Meow.
pub mod api;
pub mod credentials;
mod util;
pub use api::Api;
pub use credentials::Credentials;