Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit c5e4978

Browse files
committed
fix: add project metadata to Cargo.toml
1 parent b0d48e3 commit c5e4978

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "typescript_tools"
33
version = "0.0.0-semantically-released"
44
edition = "2021"
5+
authors = ["Eric Crosson <eric.s.crosson@utexas.edu>"]
6+
license = "ISC"
7+
description = "Tools for working with TypeScript monorepos"
8+
readme = "README.md"
9+
homepage = "https://github.com/typescript-tools/rust-implementation"
10+
keywords = ["cli", "typescript", "monorepo"]
11+
categories = ["command-line-utilities"]
512

613
[[bin]]
714
name = "monorepo"

0 commit comments

Comments
 (0)