re-add mix (needed)

This commit is contained in:
fryorcraken 2025-10-21 13:21:15 +11:00
parent 1d9cc372e0
commit 37dd27fb84
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -31,7 +31,8 @@ requires "nim >= 2.2.4",
"regex",
"results",
"db_connector",
"minilru"
"minilru",
"https://github.com/vacp2p/mix#0.1.0"
### Helper functions
proc buildModule(filePath, params = "", lang = "c"): bool =