explicitly specify target name

This commit is contained in:
Waveplate 2024-10-01 12:57:39 -07:00
parent 006eb09190
commit c9912d5bff

View File

@ -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"