Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
semanser committed Apr 8, 2022
1 parent a10044e commit 2e8d8a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[package]
name = "terraform-parser"
description = "Strictly typed terraform plan and state files parser written in Rust."
readme = "README.md"
homepage = "https://github.com/semanser/terraform-parser"
repository = "https://github.com/semanser/terraform-parser"
version = "0.1.0"
edition = "2021"
license = "MIT"
keywords = ["terraform", "state", "parser", "serde"]

[dependencies]
serde_json = "1.0.79"
Expand Down

0 comments on commit 2e8d8a7

Please sign in to comment.