From 8dcebaaca6a648407ba243c94a8f624d215c5ba7 Mon Sep 17 00:00:00 2001 From: Razvan Dimescu Date: Sat, 21 Mar 2026 10:51:13 +0200 Subject: [PATCH] add CI/crates.io/license badges, cargo-audit in CI Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ci.yml | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 681b93c..d792c84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,3 +24,5 @@ jobs: run: cargo clippy -- -D warnings - name: test run: cargo test + - name: audit + run: cargo install cargo-audit && cargo audit diff --git a/README.md b/README.md index 11a446c..27b7efc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Numa +[![CI](https://github.com/razvandimescu/numa/actions/workflows/ci.yml/badge.svg)](https://github.com/razvandimescu/numa/actions) +[![crates.io](https://img.shields.io/crates/v/numa.svg)](https://crates.io/crates/numa) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) + **DNS you own. Everywhere you go.** A portable DNS resolver in a single binary. Block ads on any network, name your local services (`frontend.numa`), and override any hostname with auto-revert — all from your laptop, no cloud account or Raspberry Pi required.