Selaa lähdekoodia

cargo: add env_filter and libmdns

Alexandre Janniaux 6 vuotta sitten
vanhempi
commit
4b89e5ca13
1 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. 4 2
      Cargo.toml

+ 4 - 2
Cargo.toml

@@ -5,8 +5,10 @@ authors = ["Alexandre Janniaux <ajanni@videolabs.io>"]
 edition = "2018"
 
 [dependencies]
-rocket = "0.4.2"
-rocket_contrib = { version = "0.4.2", features = ["json"] }
+rocket = "0.4"
+rocket_contrib = { version = "0.4", features = ["json"] }
 serde = "1.0"
 serde_json = "1.0"
 serde_derive = "1.0"
+libmdns = "0.2"
+env_logger = "0.6"