Skip to content

Commit

Permalink
Add cache and formatters to required-features for binary
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Sep 3, 2024
1 parent 56331cc commit ef826ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ path = "src/lib.rs"
[[bin]]
name = "popgetter"
path = "src/main.rs"
required-features = ["cache", "formatters"]

[dependencies]
anyhow = "1.0.75"
Expand Down Expand Up @@ -59,5 +60,5 @@ tempfile = "3.12"

[features]
default = ["cache", "formatters"]
formatters = ["dep:geojson"]
cache = []
formatters = ["dep:geojson"]

0 comments on commit ef826ee

Please sign in to comment.