diff rust/rhg/Cargo.toml @ 46435:2e2033081274

rust: replace trivial `impl From …` with `#[derive(derive_more::From)]` Crate docs: https://jeltef.github.io/derive_more/derive_more/from.html Differential Revision: https://phab.mercurial-scm.org/D9875
author Simon Sapin <simon.sapin@octobus.net>
date Tue, 26 Jan 2021 20:05:37 +0100
parents fada33872b5b
children eace48b4a786
line wrap: on
line diff
--- a/rust/rhg/Cargo.toml	Tue Jan 26 19:07:24 2021 +0100
+++ b/rust/rhg/Cargo.toml	Tue Jan 26 20:05:37 2021 +0100
@@ -10,6 +10,7 @@
 [dependencies]
 hg-core = { path = "../hg-core"}
 clap = "2.33.1"
+derive_more = "0.99"
 log = "0.4.11"
 micro-timer = "0.3.1"
 env_logger = "0.7.1"