bukkit 0.1.0

A test crate for experimenting with Bukkit API integration in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bukkit"
version = "0.1.0"
edition = "2024"
description = "A test crate for experimenting with Bukkit API integration in Rust"
license = "MIT"
authors = ["Harihar Nautiyal <hariharnautiyal@outlook.com>"]
repository = "https://github.com/turbo-minecraft/bukkit"
readme = "README.md"
keywords = ["minecraft", "bukkit", "plugin", "rust"]
categories = ["api-bindings", "game-development"]
homepage = "https://github.com/turbo-minecraft/bukkit"
documentation = "https://docs.rs/bukkit"
exclude = [".github/*", "target/*", "*.log"]

[dependencies]