소스 검색

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" }