Init project
This commit is contained in:
commit
d42dc7e5fe
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/target
|
||||||
|
**/*.rs.bk
|
||||||
|
Cargo.lock
|
16
Cargo.toml
Normal file
16
Cargo.toml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[package]
|
||||||
|
name = "minecraft-protocol"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["vagola <vladislavs.golubs@yandex.ru>"]
|
||||||
|
edition = "2018"
|
||||||
|
description = "Library for decoding and encoding Minecraft packets"
|
||||||
|
license = "MIT"
|
||||||
|
homepage = "https://github.com/eihwaz/minecraft-protocol"
|
||||||
|
repository = "https://github.com/eihwaz/minecraft-protocol"
|
||||||
|
keywords = ["minecraft", "protocol", "packet", "io"]
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
name = "mcpl"
|
||||||
|
|
||||||
|
[dependencies]
|
Loading…
x
Reference in New Issue
Block a user