libosrs 0.1.3

An Oldschool Runescape API written in Rust
Documentation
[dependencies.async-recursion]
version = "1.0.0"

[dependencies.csv]
version = "1.1"

[dependencies.reqwest]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[package]
description = "An Oldschool Runescape API written in Rust"
edition = "2021"
license = "MIT"
name = "libosrs"
readme = "README.md"
repository = "https://github.com/phongse/libosrs/"
version = "0.1.3"