rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Mon, 25 May 2020 23:02:07 +0900
changeset 44966 ce8fe77102f4
parent 44642 af739894a4c1
child 45001 cf04f62d1579
permissions -rw-r--r--
rust: fix false comment about mpsc::Sender We need Sync to share the Sender reference across threads.
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"]