annotate rust/Cargo.toml @ 38599:f9805627af1f

fileset: sort debugfileset output Unlike revset, the order of fileset result doesn't matter since it's used as a matcher predicate. This stabilizes debugfileset output for upcoming changes.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 09 Jun 2018 18:26:04 +0900
parents 964212780daf
children aab43d5861bb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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"]