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