Loading openssl/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ repository = "https://github.com/sfackler/rust-openssl" readme = "README.md" keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] edition = "2018" # these are deprecated and don't do anything anymore [features] Loading systest/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ name = "systest" version = "0.1.0" authors = ["Alex Crichton <alex@alexcrichton.com>"] edition = "2018" [dependencies] libc = "0.2" Loading Loading
openssl/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ repository = "https://github.com/sfackler/rust-openssl" readme = "README.md" keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] edition = "2018" # these are deprecated and don't do anything anymore [features] Loading
systest/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ name = "systest" version = "0.1.0" authors = ["Alex Crichton <alex@alexcrichton.com>"] edition = "2018" [dependencies] libc = "0.2" Loading