chore: updated Cargo.toml meta 9a6f130d
Steve Simkins · 2026-08-08 17:33 1 file(s) · +7 −1
Cargo.toml +7 −1
2 2
name = "cielago"
3 3
version = "0.1.2"
4 4
edition = "2024"
5 +
authors = ["Steve Simkins <stevedsimkins@gmail.com>"]
6 +
description = "Like Postman but actually works"
5 7
repository = "https://github.com/stevedylandev/cielago"
6 -
description = "API Client TUI in Rust"
7 8
homepage = "https://github.com/stevedylandev/cielago"
9 +
license = "MIT"
10 +
readme = "README.md"
11 +
keywords = ["tui", "api", "http", "client", "terminal"]
12 +
categories = ["command-line-utilities", "development-tools"]
13 +
exclude = ["/.github", "/dist-workspace.toml", "/cliff.toml"]
8 14
9 15
[dependencies]
10 16
anyhow = "1.0.104"