1个不稳定版本
0.2.0 | 2021年5月26日 |
---|
#17 在 #talk
265KB
2.5K SLoC
鲁普特聊天
用于在群组或陌生人之间聊天的应用程序
运行
创建一个用于配置服务器的 config.json
文件,其中包含所有必要的选项,如 salt
和 tenor_api
等。提供了一个包含所有当前支持选项的示例配置文件 config.json.example
,可以将示例文件复制为 config.json
并为给定选项设置适当的值,以便为使用准备配置文件。
lupt -a <interface address> -p <port> -s <static files dir> -c <config.json path>
示例
lupt -a 0.0.0.0 -p 8080 -s ./static -c config.json
构建
确保已安装rust工具链。(如果没有,请使用 rustup.rs 安装)然后,只需使用cargo构建项目二进制文件
cargo build --release
这将生成所需的项目二进制文件 lupt
在 target/release/lupt
许可证
该项目在 GPLv3 下
依赖项
~26–38MB
~692K SLoC