rust/Cargo.toml
author Augie Fackler <augie@google.com>
Wed, 11 Apr 2018 14:01:37 -0400
changeset 37606 da84e26d85ed
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
hgweb: use our forked wsgiheaders module instead of stdlib one Now we use bytes for headers, rather than native strings. Differential Revision: https://phab.mercurial-scm.org/D2854
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"]