mirror of
https://github.com/edg-l/teeint.git
synced 2024-11-13 11:38:20 +00:00
17 lines
513 B
TOML
17 lines
513 B
TOML
[package]
|
|
name = "teeint"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
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"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|