Преглед изворни кода

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