rustls/Cargo.toml

9 lines
189 B
TOML
Raw Normal View History

[package]
name = "rust-tls"
version = "0.1.0"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
[dependencies]
ring = { version = "0.1.0", git = "https://github.com/briansmith/ring" }