1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 16:05:50 +05:30

refactor: improved and persisted logging

This commit is contained in:
2026-02-12 20:40:55 +05:30
Verified
parent 24c4a640e1
commit 27031b05d8
10 changed files with 406 additions and 90 deletions

View File

@@ -9,6 +9,6 @@ async fn main() {
std::env::set_var("WEBKIT_DISABLE_DMABUF_RENDERER", "1");
}
}
neodlp_lib::run().await
}