Rename duster module to parser

This commit is contained in:
Tom Alexander 2020-04-05 18:51:14 -04:00
parent 34882024b3
commit 0d659afa2f
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
4 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
extern crate nom; extern crate nom;
mod duster; mod parser;
fn main() {} fn main() {}