Selaa lähdekoodia

using github repo instead of path

master
Isabelle L. 5 vuotta sitten
vanhempi
commit
15bb2ad571
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      Cargo.toml

+ 2
- 2
Cargo.toml Näytä tiedosto

@@ -15,8 +15,8 @@ structopt = "0.3.14"
chrono = "0.4.11" chrono = "0.4.11"
futures = "0.3.5" futures = "0.3.5"
toml = "0.5.6" toml = "0.5.6"
# ilmp = { git = "https://github.com/izzabelle/ilmp" }
ilmp = { path = "../ilmp"}
ilmp = { git = "https://github.com/izzabelle/ilmp" }
# ilmp = { path = "../ilmp"}
ring = "0.16.13" ring = "0.16.13"
thiserror = "1.0.18" thiserror = "1.0.18"
orion = "0.15.1" orion = "0.15.1"


Ladataan…
Peruuta
Tallenna