mcrs 0.1.0

A library to interface with Minecraft
Documentation
[[bin]]
name = "mcrs"
path = "src/main.rs"

[dependencies]

[lib]
name = "mcrs"
path = "src/lib.rs"

[package]
authors = ["darcy"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A library to interface with Minecraft"
documentation = "https://docs.rs/mcrs/latest/mcrs"
edition = "2021"
exclude = ["target"]
keywords = ["minecraft", "api"]
license = "GPL-3.0"
name = "mcrs"
readme = "README.md"
repository = "https://github.com/dxrcy/mcrs"
version = "0.1.0"