rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Sat, 21 Jul 2018 16:49:01 +0900
changeset 38832 ca4de8ba5b5f
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
fileset: optimize 'x and not y' to 'x - y' 'x - y' is first rewritten to 'x and not y' so that x and y are reordered by weight.

[workspace]
members = ["hgcli"]