Files
Notes/notes-service/vendor/thread_local/Cargo.lock
T
2026-08-01 16:11:49 +03:00

17 lines
377 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "cfg-if"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
[[package]]
name = "thread_local"
version = "1.1.10"
dependencies = [
"cfg-if",
]