Skip to content

Commit bcc07f8

Browse files
committed
fix: correct readme filename case in Cargo.toml
1 parent bd2aa21 commit bcc07f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rusty_paseto"
33
version = "0.8.0"
44
edition = "2021"
5-
readme = "readme.md"
5+
readme = "README.md"
66
authors = ["Roland Rodriguez <rolandrodriguez@gmail.com>"]
77
description = "A type-driven, ergonomic alternative to JWT for secure stateless PASETO tokens."
88
repository = "https://github.com/rrrodzilla/rusty_paseto"

0 commit comments

Comments
 (0)