stevenarella/openssl/Cargo.lock

13 lines
252 B
TOML

[root]
name = "steven_openssl"
version = "0.0.1"
dependencies = [
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"