rust/Cargo.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 04 Mar 2020 15:12:08 +0100
changeset 44544 8a237131ff0f
parent 44484 79ac59d3f73d
child 44641 02f66b23cba3
permissions -rw-r--r--
rust-pathauditor: actually populate the `audited_dirs` cache I forgot this when rewriting this logic during the review process. Differential Revision: https://phab.mercurial-scm.org/D8212
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"]
40977
98a0fbda8739 rust-cpython: exclude hgcli from workspace
Georges Racinet <gracinet@anybox.fr>
parents: 40272
diff changeset
     3
exclude = ["chg", "hgcli"]