Add a couple quick READMEs for the subdirectories

This commit is contained in:
R Tyler Croy 2020-11-26 10:47:52 -08:00
parent ee2510ed6f
commit c698667c4c
2 changed files with 10 additions and 0 deletions

5
cli/README.adoc Normal file
View File

@ -0,0 +1,5 @@
= Command Line Interfaces
This directory contains the various command-line interfaces used for different
aspects of Otto.

5
crates/README.adoc Normal file
View File

@ -0,0 +1,5 @@
= Crates
This directory contains the various internally re-usable crates for Otto. These
are intended to be for sharing code or object definitions across multiple
services or between command lines and services.