commit-bridge 0.1.0

Seamless workflow dispatch for remote git dependencies.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![allow(
    clippy::panic,
    clippy::expect_used,
    clippy::todo,
    clippy::unimplemented,
    clippy::indexing_slicing
)]

pub mod api_routes;
pub mod auth_tests;
pub mod config_tests;