From 15c14e1751e70d96064c0176fc64a9e493a2697f Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Sun, 3 Nov 2024 20:22:30 -0700 Subject: [PATCH] feat: add pkg readme --- src/alejandra/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/alejandra/Cargo.toml b/src/alejandra/Cargo.toml index 3876b9c..0e41c7b 100644 --- a/src/alejandra/Cargo.toml +++ b/src/alejandra/Cargo.toml @@ -28,6 +28,7 @@ description = "The Uncompromising Nix Code Formatter" edition = "2021" license = "Unlicense" name = "alejandra" +readme = "../../README.md" repository = "https://github.com/kamadorueda/alejandra" version = "3.1.0"