enable tor android logging

This commit is contained in:
Fabian Freund
2025-11-16 07:08:52 +01:00
parent 0d2b078469
commit e4ec3f84b6
4 changed files with 151 additions and 138 deletions
+4
View File
@@ -23,6 +23,10 @@ log = "0.4.28"
rlimit = "0.10.2"
anyhow = "1.0.100"
time = "0.3.44"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["fmt", "tracing-log", "env-filter"] }
[target.'cfg(target_os = "android")'.dependencies]
tracing-android = "0.2.0"
[build-dependencies]
cbindgen = "=0.24.3"