rust/Cargo.toml
author Augie Fackler <augie@google.com>
Mon, 30 Jul 2018 10:18:29 -0400
branchstable
changeset 38752 8623a6c96998
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
tests: use inline Python instead of sed to add trailing whitespace The sed invocation was failing on OS X and FreeBSD. I'm far too lazy to diagnose that, so just use some inline Python to fix the build.
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"]