2022-11-11 14:38:19 +00:00
|
|
|
[package]
|
|
|
|
name = "teeint"
|
2023-02-06 17:39:38 +00:00
|
|
|
version = "0.1.2"
|
2022-11-11 14:38:19 +00:00
|
|
|
edition = "2021"
|
2022-11-12 16:39:57 +00:00
|
|
|
authors = ["Edgar <git@edgarluque.com>"]
|
|
|
|
description = "A teeworlds variable int packer/unpacker."
|
|
|
|
repository = "https://github.com/edg-l/teeint/"
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
keywords = ["ddnet", "teeworlds", "packer", "unpacker"]
|
|
|
|
categories = ["algorithms", "compression"]
|
|
|
|
documentation = "https://docs.rs/teeint"
|
|
|
|
readme = "README.md"
|
2022-11-11 14:38:19 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|