rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Sun, 01 Apr 2018 22:40:15 +0900
changeset 37514 034a422aeaff
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
hgweb: forward archivelist() of hgweb to webutil self.configlist() is ui.configlist(untrusted=True), and url=None in templater effectively means 'url' is undefined.
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"]