add nim-usrsctp to the nimble file

This commit is contained in:
Ludovic Chenut 2024-03-08 12:33:45 +01:00
parent 0d8ef54a7d
commit 1b25f32d25
No known key found for this signature in database
GPG Key ID: D9A59B1907F1D50C
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ requires "nim >= 1.6.0",
"chronicles >= 0.10.2",
"chronos >= 3.0.6",
"https://github.com/status-im/nim-binary-serialization.git",
"https://github.com/status-im/nim-mbedtls.git"
"https://github.com/status-im/nim-mbedtls.git",
"https://github.com/status-im/nim-usrsctp.git"
let nimc = getEnv("NIMC", "nim") # Which nim compiler to use
let lang = getEnv("NIMLANG", "c") # Which backend (c/cpp/js)