Last active
December 9, 2018 23:46
-
-
Save arienmalec/cd2e2bb925041f75dd1638f1b8fb24ec 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
[package] | |
name = "hello_alexa" | |
version = "0.1.0" | |
authors = ["Arien Malec <[email protected]>"] | |
[dependencies] | |
alexa_sdk = "^0.1" | |
lambda_runtime = "^0.1" | |
[[bin]] | |
name = "bootstrap" | |
path = "src/main.rs" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment