rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Mon, 25 May 2020 23:06:50 +0900
changeset 44926 14125dec0e39
parent 44638 af739894a4c1
child 44981 cf04f62d1579
permissions -rw-r--r--
rust: leverage .expect() in place of .unwrap() + inline comment For a better error indication in case we made a mistake.

[workspace]
members = ["hg-core", "hg-cpython"]
exclude = ["chg", "hgcli"]