Cargo.toml 318 B

123456789101112
  1. [package]
  2. name = "labrpc"
  3. version = "0.1.5"
  4. authors = ["Jing Yang <ditsing@gmail.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. bytes = "0.5.6"
  8. futures = { version = "0.3.5", features = ["thread-pool"] }
  9. parking_lot = "0.11.0"
  10. rand = "0.7.3"
  11. tokio = { version = "0.3", features = ["rt-multi-thread", "time", "parking_lot"] }