Skip to content

Commit 0bd2a7d

Browse files
mingjerliclaude
andcommitted
Add author metadata and exclude non-essential files from crate package
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d523c4f commit 0bd2a7d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
name = "brick-text-builder-tui"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["Ming Jer Lee <mingjerli@users.noreply.github.com>"]
56
description = "Render text as brick art with Unicode box-drawing characters — CLI and TUI"
67
license = "MIT OR Apache-2.0"
78
repository = "https://github.com/mingjerli/brick-text-builder-tui"
89
readme = "README.md"
910
keywords = ["cli", "tui", "ascii-art", "terminal", "ratatui"]
1011
categories = ["command-line-utilities", "visualization"]
12+
exclude = [".github/", "demo/", "demo.sh"]
1113

1214
[[bin]]
1315
name = "bricktext"

0 commit comments

Comments
 (0)