fix: change dash to underscore in multi_provider_query bin

This commit is contained in:
folex 2023-02-08 19:04:55 +07:00
parent 0004278fc3
commit 95f28e35ba

View File

@ -1,10 +1,10 @@
[package]
name = "multi-provider-query"
name = "multi_provider_query"
version = "0.1.0"
edition = "2018"
[[bin]]
name = "multi-provider-query"
name = "multi_provider_query"
path = "src/main.rs"
[dependencies]