diff --git a/Cargo.toml b/Cargo.toml index 5906595..80aff86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" homepage = "https://github.com/dotinx/naj" repository = "https://github.com/dotinx/naj" categories = ["command-line-utilities"] -exclude = ["scripts/",] +exclude = ["scripts/","assets/"] [dependencies] diff --git a/README.md b/README.md index 8c2d2ec..7130b92 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Naj (我 `/*ŋˤajʔ/`) +# Naj + +![Naj Banner](assets/naj-banner.jpg) **Naj** is a lightweight, secure, and idempotent wrapper for Git, written in Rust. It solves the chaos of managing multiple Git identities (Work vs. Personal) by strictly isolating configurations and preventing accidental identity leaks. diff --git a/assets/naj-banner.jpg b/assets/naj-banner.jpg new file mode 100644 index 0000000..997e8d1 Binary files /dev/null and b/assets/naj-banner.jpg differ