Skip to content

Commit

Permalink
Update Cargo.toml for cargo publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindeng committed Jan 14, 2024
1 parent 14b77e6 commit 4637016
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "django-auth"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
description = "Authenticate or generate Django-managed passwords"
homepage = "https://github.com/mindeng/django-auth"
repository = "https://github.com/mindeng/django-auth"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -10,3 +14,5 @@ pbkdf2 = "0.12"
sha2 = "0.10"
base64 = "0.21"
thiserror = "1.0"

[package.metadata.playground]
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

![django-auth workflow](https://github.com/mindeng/django-auth/actions/workflows/rust.yml/badge.svg)

Authenticate and generate Django-managed passwords. Written in Rust.
Authenticate or generate Django-managed passwords. Written in Rust.

A Django-managed password is a hashed password stored by Django.
See [Password management in Django][1] for more information.

[1]: https://docs.djangoproject.com/en/5.0/topics/auth/passwords/

0 comments on commit 4637016

Please sign in to comment.