Skip to content

Commit 4dc7210

Browse files
committed
chore: add package metadata to Cargo.toml
- Add license, description, homepage, and repository fields - Include README.md reference for package documentation
1 parent 8039374 commit 4dc7210

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
name = "rustic-git"
33
version = "0.1.0"
44
edition = "2024"
5+
license = "MIT"
6+
description = "A Rustic Git - clean type-safe API over git cli"
7+
homepage = "https://github.com/eugener/rustic-git"
8+
repository = "https://github.com/eugener/rustic-git"
9+
readme = "README.md"
510

611
[dependencies]

0 commit comments

Comments
 (0)