rust/Cargo.toml
author Manuel Jacob <me@manueljacob.de>
Tue, 16 Jun 2020 14:38:50 +0200
branchstable
changeset 44818 9e5f598fd29b
parent 44642 af739894a4c1
child 45001 cf04f62d1579
permissions -rw-r--r--
py3: fix comparison between int and None If stop is None, the condition was always false on Python 2, as None compares smaller than ints. Therefore we make the condition false if stop is None.
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]
44484
79ac59d3f73d setup-rust: remove the legacy 'direct-ffi' variant
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 40978
diff changeset
     2
members = ["hg-core", "hg-cpython"]
44642
af739894a4c1 hgcli: add stub PyOxidizer project
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44641
diff changeset
     3
exclude = ["chg", "hgcli"]