osrs-pathfinder 0.0.0

A pathfinder for Oldschool Runescape.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "osrs-pathfinder"

version = "0.0.0"

edition = "2021"

description = "A pathfinder for Oldschool Runescape."

repository = "https://github.com/runecore/osrs-pathfinder"

license = "MIT"

keywords = ["osrs","runescape","pathfinder","pathfinding"]

categories = ["development-tools"]

readme = "README.md"

exclude = [

    ".github/*",

    ".gitignore",

]



[dependencies]

byteorder = "1"