Add example files

This commit is contained in:
Nathan Stocks
2021-06-12 22:36:24 -06:00
commit 26d8ef8451
20 changed files with 448 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "kitchen"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
[dependencies]
log = "0.4"
env_logger = "0.8"