Skip to content

Instantly share code, notes, and snippets.

@jkutner
Last active December 11, 2019 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkutner/e7c4a92de667fbedf0bbef085079b160 to your computer and use it in GitHub Desktop.
Save jkutner/e7c4a92de667fbedf0bbef085079b160 to your computer and use it in GitHub Desktop.
[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