This repository has been archived on 2021-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
nim-olm/nimolm.nimble
2021-01-13 17:50:56 +01:00

14 lines
247 B
Nim

# Package
version = "0.1.0"
author = "Joachim Kruth"
description = "A wrapper for the libolm cryptographic library"
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 1.2.0"
requires "nimterop >= 0.6.0"