about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-21 17:23:57 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-21 17:23:57 -0800
commit80d6db07604a47ac9594263c69bf2888e8b081d9 (patch)
tree1cf62ad9954a52d99fe56b675aa66c99954ab574 /README.md
parent5a484efe8c72a929382c96555a31129f8d2a55c8 (diff)
downloadteliva-80d6db07604a47ac9594263c69bf2888e8b081d9.tar.gz
include new dependency in Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f7734da..66f9ee1 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,7 @@ In addition to Lua 1.5, Teliva forks or depends on:
   in this [fantastic walk-through](https://viewsourcecode.org/snaptoken/kilo).)
 * The [luasocket](https://w3.impa.br/~diego/software/luasocket) library of
   networking primitives.
+* The [luasec](https://github.com/brunoos/luasec) library for HTTPS support.
 * The [json.lua](https://github.com/rxi/json.lua) library for
   serializing/deserializing to JSON.