mirror of
https://github.com/fluencelabs/examples
synced 2025-06-10 16:41:21 +00:00
fix: change dash to underscore in multi_provider_query bin
This commit is contained in:
@ -1,10 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "multi-provider-query"
|
name = "multi_provider_query"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "multi-provider-query"
|
name = "multi_provider_query"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Reference in New Issue
Block a user