forked from nonsensical-dev/zenyx-engine
12 lines
209 B
TOML
12 lines
209 B
TOML
|
[package]
|
||
|
name = "player_lib"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
PebbleVault = "0.6.1"
|
||
|
horizon-plugin-api = "0.1.13"
|
||
|
horizon_data_types = "0.4.0"
|
||
|
socketioxide = "0.15.1"
|
||
|
parking_lot = "0.12.3"
|