Initial commit

This commit is contained in:
Kavin 2023-01-27 18:15:13 +00:00
commit 9d2953693b
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
17 changed files with 1770 additions and 0 deletions

View file

@ -0,0 +1,11 @@
plugins {
id("fr.stardustenterprises.rust.wrapper")
}
rust {
release.set(true)
command.set("cross")
targets += target("aarch64-unknown-linux-gnu", "libreqwest.so")
targets += target("x86_64-unknown-linux-gnu", "libreqwest.so")
}