rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Thu, 15 Mar 2018 20:27:38 +0900
changeset 37072 d64ae4fef471
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
log: do no expect templateresources() returning a dict The resources dict will be replaced with new resource mapper object, which won't implement __getitem__(key). Share the whole resources object with _graphnodeformater() to make porting easier.
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"]