Explorar el Código

depend on git version of matzo

Getty Ritter hace 2 años
padre
commit
ca07ac7b28
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -8,5 +8,5 @@ crate-type = ["cdylib"]
 
 [dependencies]
 wasm-bindgen = "0.2"
-matzo = { path = "../matzo" }
-getrandom = { version = "*", features = ["js"] }
+matzo = { git = "https://github.com/aisamanra/matzo" }
+getrandom = { version = "*", features = ["js"] }