rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Sun, 11 Nov 2018 18:08:33 +0900
changeset 40730 55b053af7196
parent 40272 a36c5e23c055
child 40964 98a0fbda8739
permissions -rw-r--r--
ui: manage logger instances and event filtering by core ui The setup code in blackbox needs more tweaks since it has lots of black magics. I'll fix them by follow-up patches. To be clear, the goal of this series is to provide a proper way for command server to install its own logger. I need it to debug in-memory repository cache.
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]
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"]