-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #265 from amazonlinux/metadata
updata: Update metadata generation tool
- Loading branch information
Showing
15 changed files
with
1,058 additions
and
205 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[package] | ||
name = "update_metadata" | ||
version = "0.1.0" | ||
authors = ["Samuel Mendoza-Jonas <[email protected]>"] | ||
edition = "2018" | ||
publish = false | ||
|
||
[dependencies] | ||
chrono = { version = "0.4.9", features = ["serde"] } | ||
data_store_version = { path = "../../api/data_store_version" } | ||
rand = "0.7.0" | ||
regex = "1.1" | ||
semver = { version = "0.9.0", features = ["serde"] } | ||
serde = { version = "1.0.100", features = ["derive"] } | ||
serde_json = "1.0.40" | ||
serde_plain = "0.3.0" | ||
snafu = "0.5.0" | ||
|
||
[lib] | ||
name = "update_metadata" | ||
path = "src/lib.rs" |
Oops, something went wrong.