rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 05 Mar 2018 17:50:54 -0800
changeset 37113 704932ef8913
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
commands: use constants for merge things We have nice constants now. Let's use them to make the code easier to reason about. Differential Revision: https://phab.mercurial-scm.org/D2702
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     1
[workspace]
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     2
members = ["hgcli"]