added initial template outline

This commit is contained in:
KCaverly 2023-10-16 11:54:32 -04:00
parent 29f45a2e38
commit 40755961ea
2 changed files with 77 additions and 0 deletions

View file

@ -1,2 +1,3 @@
pub mod completion;
pub mod embedding;
pub mod templates;