From 3c39cdd7428b1b2950a805820a02a878a04774e4 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 26 Jul 2025 14:39:30 +0200 Subject: [PATCH] docs: add description --- crates/noil/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crates/noil/Cargo.toml b/crates/noil/Cargo.toml index 947ccd1..a6a5e4b 100644 --- a/crates/noil/Cargo.toml +++ b/crates/noil/Cargo.toml @@ -1,6 +1,10 @@ [package] name = "noil" -edition = "2021" +edition = "2024" +readme = "../../README.md" +license = "MIT" +description = "file explorer using text buffers" +authors = ["kjuulh "] version.workspace = true