blob: 5e0f88b24e98c82b40bd1d39fa9c4144db6e92eb [file] [log] [blame]
//! Repository handling for the RustSec advisory DB
pub mod signature;
#[cfg(feature = "git")]
pub mod git;