rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 30 Apr 2018 17:08:56 -0700
branchstable
changeset 37826 d105bbb74658
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
tests: add tests demonstrating ISE for HTTP 304 responses with hgwebdir There are two separate failures here. One for the Content-Type header. Another for the Content-Security-Policy header. Differential Revision: https://phab.mercurial-scm.org/D3434
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"]