1 Star 0 Fork 10

turbochain.ai/tdengine

forked from tickbh/tunm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
tickbh 提交于 2022-05-31 19:46 . add lua random
[package]
name = "tunm"
version = "0.2.1"
authors = [ "tickbh <[email protected]>" ]
description = "game server for Rust"
repository = "https://github.com/tickbh/tunm"
readme = "README.md"
license = "MIT/Apache-2.0"
keywords = ["gameserver", "server", "lua", "rust_lua"]
[features]
[dependencies]
libc = "^0.2"
time = "0.3.9"
chrono = "0.4.19"
net2 = { version = "0.2.23", default-features = false }
rust-crypto = "0.2.34"
tiny_http = { version = "0.11.0", default-features = false }
td_rlua = "0.2.2"
td_proto_rust = "0.1.2"
tunm_proto = "0.1.12"
td_rredis = "0.1.0"
td_rthreadpool = "0.1.1"
sys-info = "0.9.1"
url = "2.2.2"
psocket="0.1.5"
log="0.4.17"
env_logger = "0.9.0"
log4rs = "1.1.1"
reqwest = { version = "0.11", features = ["blocking", "json"] }
mysql = { version = "22.1.0" }
commander = "0.1"
mio = "0.8.3"
# websocket-simple="0.1.1"
serde="1.0.137"
luacjson="0.1.2"
luasocket="0.1.9"
tunm_timer="0.1.4"
serde_json="1.0.81"
serde_yaml="0.8.24"
rand = "0.8.4"
ws = "0.9.2"
# ws = { branch="new", git = "https://github.com/tickbh/ws-rs.git"}
[dependencies.rusqlite]
version = "0.27.0"
features = ["bundled"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/turbochain/tdengine.git
[email protected]:turbochain/tdengine.git
turbochain
tdengine
tdengine
master

搜索帮助