diff options
| author | Fuwn <[email protected]> | 2021-03-21 19:31:14 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-21 19:31:14 +0000 |
| commit | de8b01889999ae28b9c054787e005a5387d343e6 (patch) | |
| tree | 61f85dd8f54a759c23af6f719dc55fd50455165e /src/utils/mod.rs | |
| parent | format: Use single space for `user_properties` migration (diff) | |
| download | whirl-de8b01889999ae28b9c054787e005a5387d343e6.tar.xz whirl-de8b01889999ae28b9c054787e005a5387d343e6.zip | |
format: `utils` module as directory
Diffstat (limited to 'src/utils/mod.rs')
| -rw-r--r-- | src/utils/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs new file mode 100644 index 0000000..1f54796 --- /dev/null +++ b/src/utils/mod.rs @@ -0,0 +1,2 @@ +pub mod db; +pub mod web; |