deploy config

This commit is contained in:
lelgenio 2024-06-22 13:42:24 -03:00
parent da40e48b19
commit d0a7e7ec88
10 changed files with 231 additions and 39 deletions

View file

@ -1,5 +1,5 @@
use anyhow::Result;
use warthunder_confidential_document_leak_counter::{run, Config};
use warthunder_leak_counter::{run, Config};
#[tokio::main]
async fn main() -> Result<()> {