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
2020-05-01 23:58:57 +02:00

21 lines
435 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "libc"
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
[[package]]
name = "neco"
version = "0.1.0"
dependencies = [
"safe_libc",
]
[[package]]
name = "safe_libc"
version = "0.1.0"
dependencies = [
"libc",
]