rust/Cargo.toml
author Manuel Jacob <me@manueljacob.de>
Tue, 16 Jun 2020 14:00:20 +0200
branchstable
changeset 44968 75b59d221aa3
parent 44638 af739894a4c1
child 44981 cf04f62d1579
permissions -rw-r--r--
py3: pass native string to urlreq.url2pathname() Of course, I’m not happy with the warning, but it’s better than crashing. Solving the problem properly is hard, and non-UTF-8 percent-encoded bytes in file URLs seem rare enough to block solving that all file URLs (even if not SVN-specific) will cause a crash.
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]
44466
79ac59d3f73d setup-rust: remove the legacy 'direct-ffi' variant
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 40965
diff changeset
     2
members = ["hg-core", "hg-cpython"]
44638
af739894a4c1 hgcli: add stub PyOxidizer project
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44637
diff changeset
     3
exclude = ["chg", "hgcli"]