crane/checks/gitRevNoRef/Cargo.lock
2023-10-13 02:57:37 +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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[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.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
[[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",
]