stevenarella/openssl/Cargo.toml

8 lines
157 B
TOML
Raw Normal View History

2015-09-10 06:49:41 -04:00
[package]
name = "steven_openssl"
version = "0.0.1"
authors = [ "Thinkofdeath <thinkofdeath@spigotmc.org>" ]
[dependencies]
libc = "*"
2015-09-17 11:04:25 -04:00
openssl-sys = "0.6.5"