diff options
| author | Fuwn <[email protected]> | 2021-03-20 15:46:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-20 15:46:12 -0700 |
| commit | 980a1d0bd02a5453e202bf0fb39d28ffe25a21e0 (patch) | |
| tree | 61f8f37f2372db53ab4000356bdac55e95479eb6 /src/server/mod.rs | |
| parent | fix: formatting (diff) | |
| download | whirl-980a1d0bd02a5453e202bf0fb39d28ffe25a21e0.tar.xz whirl-980a1d0bd02a5453e202bf0fb39d28ffe25a21e0.zip | |
whirl: :star:
Diffstat (limited to 'src/server/mod.rs')
| -rw-r--r-- | src/server/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/mod.rs b/src/server/mod.rs new file mode 100644 index 0000000..4d08f2b --- /dev/null +++ b/src/server/mod.rs @@ -0,0 +1,2 @@ +pub mod auto; +pub mod world; |