pH/ph-init/Cargo.lock

24 lines
579 B
Plaintext
Raw Normal View History

2019-09-20 17:57:35 -04:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2023-01-27 16:40:13 -05:00
version = 3
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-27 16:40:13 -05:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-09-20 17:57:35 -04:00
[[package]]
name = "libc"
version = "0.2.62"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-27 16:40:13 -05:00
checksum = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
2019-09-20 17:57:35 -04:00
[[package]]
name = "ph-init"
version = "0.1.0"
dependencies = [
2023-01-27 16:40:13 -05:00
"lazy_static",
"libc",
2019-09-20 17:57:35 -04:00
]