diff --git a/src/main.rs b/src/main.rs index e421c21..73cd522 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,6 @@ +// TODO(#3): Define and Write documentation for the CMBR Standard. +// TODO: Implement Libcmbr, a library for parsing CMBR files + mod eval_args; use clap::{Args, Command, CommandFactory, Parser, Subcommand};