25 lines
1019 B
TOML
25 lines
1019 B
TOML
[package]
|
|||
|
|
cjc-version = "1.1.3"
|
||
|
|
name = "websocket"
|
||
|
|
organization = "simcu"
|
||
|
|
description = "SimApi WebSocket 库(RFC 6455):事件回调式客户端与服务端。客户端 connect/send/close + onOpen/onMessage/onError/onClose;服务端 on('connection'/'message'/'close'/'error') + Connection send/close/terminate,支持广播与心跳"
|
||
|
|
version = "1.0.0"
|
||
|
|
target-dir = ""
|
||
|
|
output-type = "static"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
|
||
|
|
[target]
|
||
|
|
[target.x86_64-w64-mingw32]
|
||
|
|
compile-option = "-Woff unused --diagnostic-format=noColor -Woff deprecated"
|
||
|
|
[target.x86_64-w64-mingw32.bin-dependencies]
|
||
|
|
path-option = ["${CANGJIE_STDX_PATH}"]
|
||
|
|
[target.x86_64-unknown-linux-gnu]
|
||
|
|
compile-option = "-Woff unused --diagnostic-format=noColor -Woff deprecated"
|
||
|
|
[target.x86_64-unknown-linux-gnu.bin-dependencies]
|
||
|
|
path-option = ["${CANGJIE_STDX_PATH}"]
|
||
|
|
[target.aarch64-unknown-linux-gnu]
|
||
|
|
compile-option = "-Woff unused --diagnostic-format=noColor -Woff deprecated"
|
||
|
|
[target.aarch64-unknown-linux-gnu.bin-dependencies]
|
||
|
|
path-option = ["${CANGJIE_STDX_PATH}"]
|