update(bin): enable flatmap in bin feature

This commit is contained in:
Wataru Otsubo 2025-03-11 19:48:55 +09:00
parent 76595d0c92
commit d0d5299101

View file

@ -38,5 +38,5 @@ thiserror = "2.0"
vergen-gitcl = { version = "1.0", features = ["build", "cargo", "rustc", "si"] }
[features]
bin = ["anyhow", "env_logger"]
bin = ["anyhow", "env_logger", "flatmap"]
flatmap = ["csv"]