diff options
author | FxQnLr <[email protected]> | 2023-04-27 10:08:20 +0200 |
---|---|---|
committer | FxQnLr <[email protected]> | 2023-04-27 10:08:20 +0200 |
commit | 4e6466af1329f7b9e341df2e76ab696d11f80c93 (patch) | |
tree | eef58fecfadad90386b38af581abab8cc3d3cfc0 /src/lib.rs | |
parent | f1912007484f077b5585a872ca732d087beefa9a (diff) | |
download | modlist-4e6466af1329f7b9e341df2e76ab696d11f80c93.tar modlist-4e6466af1329f7b9e341df2e76ab696d11f80c93.tar.gz modlist-4e6466af1329f7b9e341df2e76ab696d11f80c93.zip |
version bump, cargo fmt and cargo update
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,10 +1,10 @@ | |||
1 | pub mod apis; | 1 | pub mod apis; |
2 | pub mod cache; | ||
2 | pub mod commands; | 3 | pub mod commands; |
3 | pub mod config; | 4 | pub mod config; |
4 | pub mod db; | 5 | pub mod db; |
5 | pub mod error; | 6 | pub mod error; |
6 | pub mod files; | 7 | pub mod files; |
7 | pub mod cache; | ||
8 | 8 | ||
9 | use std::fmt::Display; | 9 | use std::fmt::Display; |
10 | 10 | ||