make nu-cli mod app public (#3673)

This commit is contained in:
Michael Angerman 2021-06-23 11:05:59 -07:00 committed by GitHub
parent 4fe9d8a007
commit 104cf5b51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ extern crate quickcheck;
#[macro_use(quickcheck)]
extern crate quickcheck_macros;
mod app;
pub mod app;
mod cli;
#[cfg(feature = "rustyline-support")]
mod keybinding;