首次提交

This commit is contained in:
2026-01-17 00:44:30 +08:00
commit 7f56f47f13
7 changed files with 2084 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "DNF"
version = "0.1.0"
edition = "2024"
[dependencies]
libloading = "0.9.0"
tracing = "0.1.44"
log_collection = { git = "https://gitea.lingapi.top/Rust/log_service.git", rev = "7086053f" }
tokio = "1.49.0"
once_cell = "1.21.3"