This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neco/Cargo.lock

22 lines
435 B
Text
Raw Normal View History

2019-05-12 02:39:08 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "libc"
version = "0.2.71"
2019-05-12 02:39:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
2019-05-12 02:39:08 +02:00
[[package]]
name = "neco"
version = "0.1.0"
2020-04-04 13:22:18 +02:00
dependencies = [
"safe_libc",
]
[[package]]
name = "safe_libc"
version = "0.1.0"
2019-05-12 02:39:08 +02:00
dependencies = [
2020-04-04 01:47:30 +02:00
"libc",
2019-05-12 02:39:08 +02:00
]