引入C++库

This commit is contained in:
2026-01-17 18:19:52 +08:00
parent 7f56f47f13
commit 0fa708c0de
8 changed files with 288 additions and 0 deletions

View File

@@ -9,3 +9,7 @@ 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"