mcpi-api-rust/Cargo.toml

14 lines
463 B
TOML
Raw Permalink Normal View History

[package]
name = "mcpi_api"
2021-04-27 10:41:59 +00:00
version = "0.2.2"
authors = ["blackfur <64478051+theblackfurguy@users.noreply.github.com>"]
edition = "2018"
2021-03-28 17:53:56 +00:00
description = "Wrapper for the Minecraft Pi Edition API handling parsing and other aspects for you"
2021-03-28 17:56:34 +00:00
license = "MIT OR Apache-2.0"
repository = "https://github.com/MCPI-Revival/mcpi-api-rust"
2021-03-28 17:56:34 +00:00
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]