Add optional dependency tracing to fs-lock

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-02-22 21:49:05 +11:00 committed by GitHub
parent 395a586265
commit 24c36a51e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,3 +11,4 @@ license = "Apache-2.0 OR MIT"
[dependencies]
fs4 = "0.12.0"
tracing = { version = "0.1", optional = true }