poga / actix-lua

Safe Lua Scripting Environment for Actix
MIT License
121 stars 13 forks source link

re-export `rlua` #21

Closed poga closed 5 years ago

poga commented 5 years ago

Since we're exposing underlying Lua with the build_with_vm builder method. In order to prevent user provides a Lua vm built by different version of rlua, I believe we should also export the rlua actix-lua is using?