We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d386244 commit ffa81e1Copy full SHA for ffa81e1
1 file changed
Cargo.toml
@@ -1,7 +1,16 @@
1
[package]
2
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"
8
version = "0.1.0"
9
authors = ["Thomas Maurin <maur1th@users.noreply.github.com>"]
10
+readme = "README.md"
11
+
12
+[badges]
13
+travis-ci = { repository = "maur1th/task_diff", branch = "master" }
14
15
[dependencies]
16
serde_json = "1.0"
0 commit comments