crane/checks/gitRevNoRef/Cargo.lock
2024-04-05 20:21:41 +00:00

41 lines
1.0 KiB
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "autocfg"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
[[package]]
name = "git-rev-no-ref"
version = "0.1.0"
dependencies = [
"tokio 1.18.5",
"tokio 1.20.6",
]
[[package]]
name = "pin-project-lite"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
[[package]]
name = "tokio"
version = "1.18.5"
source = "git+https://github.com/tokio-rs/tokio?rev=171ce0ff8d38b87a39c1e6a16fedc9a2373720e0#171ce0ff8d38b87a39c1e6a16fedc9a2373720e0"
dependencies = [
"pin-project-lite",
]
[[package]]
name = "tokio"
version = "1.20.6"
source = "git+https://github.com/tokio-rs/tokio?branch=tokio-1.20.x#938c7eb0234b93e491de69c86f5d2a30c8663df7"
dependencies = [
"autocfg",
"pin-project-lite",
]