rust/hg-core/Cargo.toml
changeset 45609 e604a3c03ab9
parent 45531 b0d6309ff50c
child 45614 7bd13bf99d1c
equal deleted inserted replaced
45608:423f17f94f35 45609:e604a3c03ab9
    38 
    38 
    39 [dev-dependencies]
    39 [dev-dependencies]
    40 clap = "*"
    40 clap = "*"
    41 pretty_assertions = "0.6.1"
    41 pretty_assertions = "0.6.1"
    42 tempfile = "3.1.0"
    42 tempfile = "3.1.0"
       
    43 
       
    44 [features]
       
    45 # Use a (still unoptimized) tree for the dirstate instead of the current flat
       
    46 # dirstate. This is not yet recommended for performance reasons. A future
       
    47 # version might make it the default, or make it a runtime option.
       
    48 dirstate-tree = []