mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
update dependencies, add dependabot (#70)
* update dependencies
* add some status badges
crates.io
testing status
dependency status
* add cargo-audit ci
* add dependabot for cargo and github actions updates
This commit is contained in:
parent
a1649b9fda
commit
0d0c2407ab
4 changed files with 98 additions and 50 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Agate
|
||||
|
||||
[](https://crates.io/crates/agate)
|
||||
[](https://github.com/mbrubeck/agate/actions?workflow=Tests)
|
||||
[](https://deps.rs/repo/github/mbrubeck/agate)
|
||||
|
||||
## Simple Gemini server for static files
|
||||
|
||||
Agate is a server for the [Gemini] network protocol, built with the [Rust] programming language. Agate has very few features, and can only serve static files. It uses async I/O, and should be quite efficient even when running on low-end hardware and serving many concurrent requests.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue