diff options
author | fxqnlr <[email protected]> | 2023-04-17 20:34:01 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2023-04-17 20:34:01 +0200 |
commit | 217b1bfaba0011aabf85c63912b53bcb8e5288cf (patch) | |
tree | f2dcab284351ff01de2a9989522d98e56a61cb88 /src/lib.rs | |
parent | 93e61a4bd6ad8b5db1083bdd21994bf73b0b90ba (diff) | |
download | modlist-217b1bfaba0011aabf85c63912b53bcb8e5288cf.tar modlist-217b1bfaba0011aabf85c63912b53bcb8e5288cf.tar.gz modlist-217b1bfaba0011aabf85c63912b53bcb8e5288cf.zip |
removed old input entirely
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ | |||
1 | pub mod apis; | 1 | pub mod apis; |
2 | pub mod config; | 2 | pub mod config; |
3 | pub mod commands; | 3 | pub mod commands; |
4 | pub mod input; | ||
5 | pub mod db; | 4 | pub mod db; |
6 | pub mod error; | 5 | pub mod error; |
7 | pub mod files; | 6 | pub mod files; |