Cargo Features
[dependencies]
ropenttd = { version = "0.0.2", default-features = false, features = ["cli"] }
- default = cli
-
The
cli
feature is set by default wheneverropenttd
is added without
somewhere in the dependency tree.default-features = false - cli default
-
Enables argopt and tabled ^0.8.0
Required by the binary