rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 09 Aug 2018 12:25:06 -0700
changeset 39058 0b5f534df82a
parent 35569 964212780daf
child 39968 aab43d5861bb
permissions -rw-r--r--
changegroup: invert conditional and dedent I don't like else-less blocks that are indented for no reason. Differential Revision: https://phab.mercurial-scm.org/D4217
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"]