From 14b77e652cc4d7333cc73d15fdf8d1f63c2f987f Mon Sep 17 00:00:00 2001 From: Min Deng Date: Sun, 14 Jan 2024 14:37:22 +0800 Subject: [PATCH] Update README.md Add workflow status. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be2a86e..37df679 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # django-auth +![django-auth workflow](https://github.com/mindeng/django-auth/actions/workflows/rust.yml/badge.svg) + Authenticate and generate Django-managed passwords. Written in Rust.