Last active
December 11, 2019 19:41
-
-
Save jkutner/e7c4a92de667fbedf0bbef085079b160 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[project] | |
id = "<string>" | |
name = "<string>" | |
version = "<string>" | |
authors = ["<string>"] | |
documentation-url = "<url>" | |
source-url = "<url>" | |
[[project.licenses]] | |
type = "<string>" | |
uri = "<uri>" | |
[build] | |
include = ["<string>"] | |
exclude = ["<string>"] | |
[[build.buildpacks]] | |
id = "<string>" | |
version = "<string>" | |
uri = "<string>" | |
[[build.env]] | |
name = "<string>" | |
value = "<string>" | |
[metadata] | |
# additional arbitrary keys allowed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment