Skip to content
Snippets Groups Projects
Commit f1e6e70e authored by Éloïs's avatar Éloïs
Browse files

[fix] whole: project must be compile on windows

parent 3dfede1b
No related branches found
No related tags found
1 merge request!259[fix] whole: project must be compile on windows
...@@ -1194,7 +1194,6 @@ dependencies = [ ...@@ -1194,7 +1194,6 @@ dependencies = [
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"termion 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "termion 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
......
...@@ -21,11 +21,12 @@ durs-network = { path = "../../core/network" } ...@@ -21,11 +21,12 @@ durs-network = { path = "../../core/network" }
durs-network-documents = { path = "../../dunp/network-documents" } durs-network-documents = { path = "../../dunp/network-documents" }
failure = "0.1.5" failure = "0.1.5"
log = "0.4.*" log = "0.4.*"
serde = "1.0.*" serde = { version = "1.0.*", features = ["derive"] }
serde_derive = "1.0.*"
serde_json = "1.0.*" serde_json = "1.0.*"
structopt= "0.3.4" structopt= "0.3.4"
termion = "1.5.2"
unwrap = "1.2.1" unwrap = "1.2.1"
[target.'cfg(unix)'.dependencies]
termion = "1.5.2"
[features] [features]
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment