rustls/Cargo.toml

16 lines
362 B
TOML
Raw Normal View History

[package]
name = "rustls"
version = "0.1.0"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
[dependencies]
ring = { version = "0.1.0", git = "https://github.com/briansmith/ring" }
# pointed at my fork for the moment
webpki = { version = "0.1.0", git = "https://github.com/ctz/webpki" }
2016-05-21 11:43:01 +00:00
mio = "0.5.1"
2016-05-21 11:43:01 +00:00
time = "0.1.35"
rustc-serialize = "0.3"
2016-05-30 19:31:50 +00:00
log = "0.3.6"