We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17726cd commit 72564a9Copy full SHA for 72564a9
README.md
@@ -19,12 +19,9 @@ the [`openssl`] crate) on all other platforms.
19
```toml
20
# Cargo.toml
21
[dependencies]
22
-native-tls = { git = "https://github.com/sfackler/rust-native-tls" }
+native-tls = "0.1"
23
```
24
25
-> **Note**: right now this crate is not published on crates.io, but it plans to
26
-> do so soon!
27
-
28
## Usage
29
30
An example client looks like:
0 commit comments