aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4af5bac9e1c6f4b9753b0dcac95ec96d40c550a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "openssl"
version = "0.0.0"
authors = ["Steven Fackler <[email protected]"]
build = "make"

[lib]

name = "openssl"
path = "src/lib.rs"

[features]
tlsv1_2 = []
tlsv1_1 = []
sslv2 = []