aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 12 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a8e040..725f8a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,17 @@ version = "0.1.1"
authors = ["Arne Dußin <arne.dussin@gmail.com>"]
edition = "2018"
+[build]
+target = "client"
+
+[[bin]]
+name = "client"
+path = "src/client.rs"
+
+[[bin]]
+name = "server"
+path = "src/server.rs"
+
[dependencies]
raylib = "3.0.0"
ron = "*"
@@ -16,4 +27,4 @@ xmltree = "*"
pretty_env_logger = "*"
log = "*"
thiserror = "*"
-float-cmp = "*" \ No newline at end of file
+float-cmp = "*"