add CI/crates.io/license badges, cargo-audit in CI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -24,3 +24,5 @@ jobs:
|
||||
run: cargo clippy -- -D warnings
|
||||
- name: test
|
||||
run: cargo test
|
||||
- name: audit
|
||||
run: cargo install cargo-audit && cargo audit
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# Numa
|
||||
|
||||
[](https://github.com/razvandimescu/numa/actions)
|
||||
[](https://crates.io/crates/numa)
|
||||
[](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.
|
||||
|
||||
Reference in New Issue
Block a user