albion-handler 1.0.1

A simple handler for Albion Online Packet
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "albion-handler"
version = "1.0.1"
edition = "2021"
authors = ["zMarques"]
description = "A simple handler for Albion Online Packet"
license = "MIT"
include = ["**/*.rs", "Cargo.toml", "Cargo.lock"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "0.4.20"
photon_decode = "0.2.1"
pnet = "0.34.0"