This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
clippet/Cargo.toml

18 lines
536 B
TOML
Raw Normal View History

2022-03-13 15:27:32 +00:00
[package]
name = "clippet"
2022-03-13 15:31:17 +00:00
description = "Provides a teeny way to have some nice byte structures that's easy to use."
2022-03-13 15:27:32 +00:00
version = "0.1.0"
edition = "2021"
authors = ["Celeste <colean@colean.cc>"]
license = "LGPL-3.0-or-later"
2022-03-13 15:33:20 +00:00
homepage = "https://git.colean.cc/clippet/about/"
repository = "https://git.colean.cc/clippet/"
2022-03-13 15:27:32 +00:00
readme = "README.md"
categories = ["data-structures", "value-formatting", "parsing"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.1.0"