Tempi/Cargo.lock
2020-03-11 22:35:28 +01:00

31 lines
783 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
[[package]]
name = "rppal"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "137dbba1fb867daa27cda4c3cd6a11bca5bb5a1551f034cf9319b994846ddbe1"
dependencies = [
"lazy_static",
"libc",
]
[[package]]
name = "tempi"
version = "0.1.0"
dependencies = [
"rppal",
]