rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Tue, 20 Nov 2018 22:31:12 +0900
changeset 40825 03bca908d9fb
parent 40272 a36c5e23c055
child 40977 98a0fbda8739
permissions -rw-r--r--
vfs: add option to not create parent directories implicitly In blackbox, we don't want to create a ".hg" directory by mistake. This provides a race-safe option to achieve that.

[workspace]
members = ["hgcli", "hg-core", "hg-direct-ffi"]
exclude = ["chg"]