rust/hg-cpython/Cargo.toml
changeset 45609 e604a3c03ab9
parent 45517 2a68a5ec8dd0
child 46588 47557ea79fc7
--- a/rust/hg-cpython/Cargo.toml	Wed Sep 30 18:23:43 2020 +0200
+++ b/rust/hg-cpython/Cargo.toml	Wed Sep 30 18:10:53 2020 +0200
@@ -10,6 +10,7 @@
 
 [features]
 default = ["python27"]
+dirstate-tree = ["hg-core/dirstate-tree"]
 
 # Features to build an extension module:
 python27 = ["cpython/python27-sys", "cpython/extension-module-2-7"]