rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 28 Aug 2018 15:22:06 -0700
changeset 39410 fcc6bd11444b
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
tests: remove use of string in CBOR test We don't use the CBOR string major type in the wire protocol. Let's not test for it. Differential Revision: https://phab.mercurial-scm.org/D4413
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"]