Skip to content

Commit ffa81e1

Browse files
committed
Update Cargo.toml
1 parent d386244 commit ffa81e1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
[package]
22
name = "task_diff"
3+
description = "Create Terraform AWS Container Definition diffs"
4+
keywords = ["terraform", "aws", "ecs", "task-definition"]
5+
categories = ["development-tools"]
6+
license = "Apache-2.0"
7+
repository = "https://github.com/maur1th/task_diff"
38
version = "0.1.0"
49
authors = ["Thomas Maurin <[email protected]>"]
10+
readme = "README.md"
11+
12+
[badges]
13+
travis-ci = { repository = "maur1th/task_diff", branch = "master" }
514

615
[dependencies]
716
serde_json = "1.0"

0 commit comments

Comments
 (0)