Skip to content

Instantly share code, notes, and snippets.

View kazcw's full-sized avatar

Kaz Wesley kazcw

  • Freelance
  • Seattle, WA
View GitHub Profile
@kazcw
kazcw / Cargo.toml
Created August 19, 2016 19:09 — forked from gkbrk/Cargo.toml
Asynchronous server example in Rust
[package]
name = "rust-async-qotd"
version = "0.1.0"
authors = ["Gökberk Yaltıraklı <webdosusb@gmail.com>"]
[dependencies]
tokio = { git = "https://github.com/tokio-rs/tokio" }
rand = "0.3"