Mercurial > hg
annotate rust/Cargo.toml @ 40721:0adc2c0a0792
perf: run 'setup' function during stub run
The benchmarked function might need the content of the setup to be run in order
to function properly.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Thu, 22 Nov 2018 23:48:44 +0100 |
parents | a36c5e23c055 |
children | 98a0fbda8739 |
rev | line source |
---|---|
35569
964212780daf
rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
1 [workspace] |
40272
a36c5e23c055
rust: iterator bindings to C code
Georges Racinet <gracinet@anybox.fr>
parents:
40271
diff
changeset
|
2 members = ["hgcli", "hg-core", "hg-direct-ffi"] |
39967
aab43d5861bb
rust-chg: add project skeleton
Yuya Nishihara <yuya@tcha.org>
parents:
35569
diff
changeset
|
3 exclude = ["chg"] |