rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Mar 2018 10:17:58 -0700
changeset 36891 04af43e0a997
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
hgweb: move archivelist to standalone function This doesn't need to exist as an inline function in a method. Minor formatting changes were made as part of the move. Differential Revision: https://phab.mercurial-scm.org/D2813
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"]