From 88671ac5c92d2ecd534854cdb22b714db082d7bb Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sun, 12 May 2024 00:20:26 +0200 Subject: [PATCH] add badges --- Cargo.toml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb2d568..ea5381b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "servicepoint2" version = "0.1.0" +publish = true edition = "2021" license-file = "LICENSE" description = "A rust library for the CCCB Service Point Display." @@ -24,4 +25,3 @@ compression-gz = ["dep:flate2"] compression-bz = ["dep:bzip2"] compression-lz = ["dep:lz4"] compression-zs = ["dep:zstd"] - diff --git a/README.md b/README.md index 19ba682..ae7ebd8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # servicepoint +[![crates.io](https://img.shields.io/crates/v/servicepoint2.svg)](https://crates.io/crates/servicepoint2) +[![GPLv3 licensed](https://img.shields.io/badge/license-GPLv3-blue.svg)](./LICENSE) + In [CCCB](https://berlin.ccc.de/), there is a big pixel matrix hanging on the wall. It is called "Service Point Display" or "Airport Display". This repository contains a library for parsing, encoding and sending packets to this display via UDP.