Procházet zdrojové kódy

Add the unpublished labrpc as a dependency.

Jing Yang před 5 roky
rodič
revize
9a53d2a82a
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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" }