diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ extern crate serde_derive; pub mod cli; pub mod config; +pub mod prompt; pub mod subs; pub mod api; |
| index : whirl | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/lib.rs | 1 |
@@ -22,6 +22,7 @@ extern crate serde_derive; pub mod cli; pub mod config; +pub mod prompt; pub mod subs; pub mod api; |