[package]
name = "pote"
version = "0.1.0"
authors = ["jeikabu <jeikabu+github@gmail.com>"]
edition = "2018"
description = "pote"
license = "MIT"

[dependencies]
lambda_runtime = "0.2"
log = "0.4"

[[bin]]
name = "bootstrap"
path = "src/main.rs"