4 authors = ["Grégory Burri <gregory.burri@matisa.ch>"]
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10 reqwest = { version = "0.10", features = ["blocking", "json"] }
16 serde = { version = "1.0", features = ["derive"] }
17 ron = "0.6" # Rust object notation, to load configuration files.