chore: update cargo.toml 595b1b56
Steve · 2026-02-19 15:31 1 file(s) · +10 −0
Cargo.toml +10 −0
2 2
name = "sipp-so"
3 3
version = "0.1.0"
4 4
edition = "2024"
5 +
description = "Minimal code sharing - single binary for web server, CLI, and TUI"
6 +
license = "MIT"
7 +
repository = "https://github.com/stevedylandev/sipp"
8 +
homepage = "https://sipp.so"
9 +
documentation = "https://github.com/stevedylandev/sipp#readme"
10 +
readme = "README.md"
11 +
keywords = ["cli", "tui", "snippet", "code-sharing", "pastebin"]
12 +
categories = ["command-line-utilities", "web-programming"]
13 +
authors = ["Steve Simkins"]
14 +
exclude = [".github", "*.png", "*.gif"]
5 15
6 16
[[bin]]
7 17
name = "sipp"