Skip to content

Commit

Permalink
Add rust-code-analysis-cli as a binary target (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 authored Nov 1, 2020
1 parent 2244ba9 commit eb9f09d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust-code-analysis-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ keywords = ["metrics"]
description = "Tool to compute and export code metrics"
license = "MPL-2.0"

[[bin]]
name = "rust-code-analysis-cli"

[dependencies]
actix-rt = "^1.0"
actix-web = "^2.0"
Expand Down

0 comments on commit eb9f09d

Please sign in to comment.