Skip to content

Instantly share code, notes, and snippets.

@est31

est31/Cargo.toml Secret

Created January 17, 2019 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save est31/7cb33e8a6b63c8798381bdb5e91a145a to your computer and use it in GitHub Desktop.
Save est31/7cb33e8a6b63c8798381bdb5e91a145a to your computer and use it in GitHub Desktop.
[dependencies]
bytes = "0.4.7"
failure = "0.1" #<----------------
fnv = "1.0.6"
futures = "0.1.21" #<----------------
quinn-proto = { path = "../quinn-proto", version = "0.1.0" }
rand = "0.6"
rustls = { git = "https://github.com/Ralith/rustls.git", rev = "a57c60b7d9ed1b5aa805ab4e38a4156491768821", features = ["quic"] } #<----------------
slog = "2.1" #<----------------
tokio-reactor = "0.1.1"
tokio-udp = "0.1"
tokio-io = "0.1"
tokio-timer = "0.2.1"
untrusted = "0.6.2"
webpki = "0.18"
webpki-roots = "0.15"
[dev-dependencies]
slog-term = "2" #<----------------
structopt = "0.2.7" #<----------------
tokio = "0.1.6" #<----------------
tokio-current-thread = "0.1"
url = "1.7" #<----------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment