mirror of
https://github.com/waveplate/img2irc.git
synced 2024-11-05 15:26:46 +00:00
explicitly specify target name
This commit is contained in:
parent
006eb09190
commit
c9912d5bff
@ -18,6 +18,10 @@ strip = true # Automatically strip symbols from the binary.
|
||||
[target.x86_64-unknown-linux-musl]
|
||||
linker = "musl-gcc"
|
||||
|
||||
[[bin]]
|
||||
name = "img2irc"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
reqwest = "0.11.14"
|
||||
|
Loading…
Reference in New Issue
Block a user