For an application, it produces both a .bin file and a .lib file. With crate-type = ["cdylib"], for example on Windows you get cli.exe and lib.dll. How can I configure it to publish both of these files at the same time?
For an application, it produces both a .bin file and a .lib file.
With crate-type = ["cdylib"], for example on Windows you get cli.exe and lib.dll.
How can I configure it to publish both of these files at the same time?