Skip to content

Commit 559bd7d

Browse files
committed
Update Cargo.toml
1 parent dfee1bd commit 559bd7d

2 files changed

Lines changed: 34 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name = "rust-code-analysis"
33
version = "0.0.16"
44
authors = ["Calixte Denizet <cdenizet@mozilla.com>"]
55
edition = "2018"
6+
repository = "https://github.com/mozilla/rust-code-analysis"
7+
documentation = "https://docs.rs/rust-code-analysis/"
8+
readme = "README.md"
9+
keywords = ["code metrics"]
10+
description = "Tool to compute and export code metrics"
11+
license = "MPL-2.0"
612
build = "build.rs"
713

814
[build-dependencies]

0 commit comments

Comments
 (0)