Luna/moon/Cargo.lock

42 lines
1019 B
Plaintext
Raw Normal View History

2022-10-31 13:02:12 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-10-31 16:44:35 +00:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "lock_api"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
"autocfg",
"scopeguard",
]
2022-10-31 13:02:12 +00:00
[[package]]
name = "moon"
version = "0.1.0"
2022-10-31 16:32:33 +00:00
dependencies = [
"spin",
]
2022-10-31 16:44:35 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-10-31 16:32:33 +00:00
[[package]]
name = "spin"
2022-10-31 16:44:35 +00:00
version = "0.9.4"
2022-10-31 16:32:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 16:44:35 +00:00
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
dependencies = [
"lock_api",
]