rust/Cargo.toml
author Augie Fackler <augie@google.com>
Wed, 21 Feb 2018 11:58:41 -0500
changeset 36381 f3b9377d6aea
parent 35569 964212780daf
child 39968 aab43d5861bb
permissions -rw-r--r--
narrowbundle2: this dict contains native strings, look kws up as such We could also do a byteskwargs dance, but that seems silly given that we only need this one element. Differential Revision: https://phab.mercurial-scm.org/D2368
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"]