exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
This commit is contained in:
parent
db38ef317e
commit
52aafba7cf
16 changed files with 494 additions and 37 deletions
11
plugins/player_lib/Cargo.toml
Normal file
11
plugins/player_lib/Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue