Statically link Monero

Closes https://github.com/serai-dex/serai/issues/11.
This commit is contained in:
Luke Parker
2022-07-07 14:13:24 -04:00
parent 7d13be5797
commit 6c76458063
2 changed files with 55 additions and 34 deletions

View File

@@ -6,6 +6,9 @@ license = "MIT"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
edition = "2021"
[build-dependencies]
cc = "1.0"
[dependencies]
hex-literal = "0.3"
lazy_static = "1"