rust/Cargo.toml
author Augie Fackler <augie@google.com>
Mon, 16 Jul 2018 14:15:29 -0400
changeset 38776 65ed2fcb9032
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
patchbomb: ensure all headers and values given to email mod are native strings This lets test-patch-bookmark.t only fail with some harmless header output changes on Python 3, so I think patchbomb might be basically useful on Python 3 now. Differential Revision: https://phab.mercurial-scm.org/D3952
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"]