Quellcode durchsuchen

Add the unpublished labrpc as a dependency.

Jing Yang vor 5 Jahren
Ursprung
Commit
9a53d2a82a
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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" }