mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-11-03 07:26:35 +00:00
Cargo.toml: fixed microfetch binary name
This commit is contained in:
parent
322726466f
commit
5e515065e9
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ name = "microfetch_lib"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "microfetch_bin"
|
name = "microfetch"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue