teeint/Cargo.toml

17 lines
513 B
TOML
Raw Normal View History

2022-11-11 14:38:19 +00:00
[package]
name = "teeint"
2023-02-26 10:49:32 +00:00
version = "1.0.0"
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]