mirror of
https://github.com/status-im/nim-sqlcipher.git
synced 2025-02-17 19:57:27 +00:00
chore: update info/links re: dependencies and licensing
This commit is contained in:
parent
cf0f42503b
commit
c165282507
@ -29,6 +29,8 @@ Licensed and distributed under the [MIT License](https://github.com/status-im/ni
|
|||||||
|
|
||||||
### Dependency Licenses
|
### Dependency Licenses
|
||||||
|
|
||||||
|
- OpenSSL https://github.com/openssl/openssl/blob/master/LICENSE.txt
|
||||||
- SQLCipher https://github.com/sqlcipher/sqlcipher/blob/master/LICENSE
|
- SQLCipher https://github.com/sqlcipher/sqlcipher/blob/master/LICENSE
|
||||||
- OpenSSL https://github.com/openssl/openssl/blob/master/LICENSE
|
- nim-stew https://github.com/status-im/nim-stew#license
|
||||||
- TinySQLite https://github.com/GULPF/tiny_sqlite/blob/master/LICENSE
|
- nimbus-build-system https://github.com/status-im/nimbus-build-system/#license
|
||||||
|
- tiny_sqlite https://github.com/GULPF/tiny_sqlite/blob/master/LICENSE
|
||||||
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||||||
skipDirs = @["test"]
|
skipDirs = @["test"]
|
||||||
|
|
||||||
requires "nim >= 1.2.0",
|
requires "nim >= 1.2.0",
|
||||||
"nimterop"
|
"stew"
|
||||||
|
|
||||||
import strutils
|
import strutils
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user