summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-06-09 10:27:29 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-06-09 10:27:29 +0200
commit088f0aeb23789ace5e9b77e75d5c23f5442e4cdc (patch)
tree9efefffa9ba20fce137c17f4f688ca7f572c9978 /Cargo.toml
parent9f0838006905fd039c4e0d87a69338f33e75246d (diff)
Added pruning of buying energy buildings behind a feature flag
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index da4623f..4c11e57 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,3 +15,4 @@ rayon = "1.0.1"
[features]
benchmarking = []
single-threaded = []
+energy-cutoff = []