rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 16 Apr 2018 22:08:13 -0700
changeset 37783 9d818539abfa
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
wireproto: move supportedcompengines out of wireproto This function is used by both version 1 and version 2. It belongs in a common module. "wireprototypes" may not be the best module name. I may rename it... Differential Revision: https://phab.mercurial-scm.org/D3398
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"]