Add simple parser

Just getting warmed up. This will be used for note parsing.
This commit is contained in:
William Casarin
2023-06-28 23:24:47 -04:00
parent 45bae77a09
commit d591c694dd
2 changed files with 42 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ mod app;
//mod camera;
mod contacts;
mod error;
mod parser;
pub use app::Damus;
pub use error::Error;