Forráskód Böngészése

Add the unpublished labrpc as a dependency.

Jing Yang 5 éve
szülő
commit
9a53d2a82a
1 módosított fájl, 1 hozzáadás és 0 törlés
  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
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 
 [dependencies]
 [dependencies]
+labrpc = { path = "../labrpc" }