Files
WindowsMemoryDemo/Cargo.toml
2026-01-17 18:19:52 +08:00

16 lines
301 B
TOML

[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"
cxx = "1.0.192"
[build-dependencies]
cmake = "0.1.57"