exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
This commit is contained in:
parent
acf22483a8
commit
7adf770d54
16 changed files with 494 additions and 37 deletions
25
plugin_api/Cargo.toml
Normal file
25
plugin_api/Cargo.toml
Normal file
|
@ -0,0 +1,25 @@
|
|||
[package]
|
||||
name = "plugin_api"
|
||||
version = "0.3.0"
|
||||
authors = ["Tristan Poland <redstonecrafter126@gmail.com>"]
|
||||
description = "Horizon Plugins API"
|
||||
license = "MIT"
|
||||
edition = "2021"
|
||||
|
||||
[build-dependencies]
|
||||
toml_edit = "0.22.22"
|
||||
pathdiff = "0.2.3"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.83"
|
||||
tokio = { version = "1.42.0", features = ["rt", "net", "rt-multi-thread"] }
|
||||
uuid = "1.11.0"
|
||||
socketioxide = "0.15.0"
|
||||
horizon-plugin-api = "0.1.11"
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
###### BEGIN AUTO-GENERATED PLUGIN DEPENDENCIES - DO NOT EDIT THIS SECTION ######
|
||||
player_lib = { path = "../plugins/player_lib", version = "0.1.0" }
|
||||
###### END AUTO-GENERATED PLUGIN DEPENDENCIES ######
|
Loading…
Add table
Add a link
Reference in a new issue