浏览代码

Add the unpublished labrpc as a dependency.

Jing Yang 5 年之前
父节点
当前提交
9a53d2a82a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -7,3 +7,4 @@ edition = "2018"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
+labrpc = { path = "../labrpc" }