aboutsummaryrefslogtreecommitdiff
path: root/server/bot/src
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-10 22:56:09 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-10 22:56:09 +0200
commit44b444e67684b16eb338ef639b46d53c9eb214a1 (patch)
treee076948c97bc946262069208f79f5cc06ab1f568 /server/bot/src
parent71499464dbb279bd268dd2dcd5a653c3a7f50a68 (diff)
downloadhurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar
hurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar.bz2
hurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar.zst
start with client lib crate
Diffstat (limited to 'server/bot/src')
-rw-r--r--server/bot/src/main.rs21
1 files changed, 21 insertions, 0 deletions
diff --git a/server/bot/src/main.rs b/server/bot/src/main.rs
new file mode 100644
index 00000000..e1be64ef
--- /dev/null
+++ b/server/bot/src/main.rs
@@ -0,0 +1,21 @@
+/*
+ Hurry Curry! - a game about cooking
+ Copyright 2024 metamuffin
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, version 3 of the License only.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+*/
+
+fn main() {
+
+} \ No newline at end of file