rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Sun, 11 Nov 2018 17:17:49 +0900
changeset 40687 a9393d7600f3
parent 40272 a36c5e23c055
child 40977 98a0fbda8739
permissions -rw-r--r--
blackbox: extract logger class from ui wrapper This moves most functions to new blackboxlogger class. The ui wrapper will be removed later.
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"]
39968
aab43d5861bb rust-chg: add project skeleton
Yuya Nishihara <yuya@tcha.org>
parents: 35569
diff changeset
     3
exclude = ["chg"]