aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-01-28 22:13:04 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-01-29 11:28:29 +0100
commit4220b1a5428719fa3d6e86218dbe6833d42dcc7e (patch)
tree0867e1d65cb16a3ae8eddeea112c1d7ef34eb032 /games/rstnode/Cargo.toml
parent398027b443cfb331fee64cf351036ca45502ae1b (diff)
rstnode: update build infrastructure and dependencies
Diffstat (limited to 'games/rstnode/Cargo.toml')
-rw-r--r--games/rstnode/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/rstnode/Cargo.toml b/games/rstnode/Cargo.toml
index 02592d271b75..a8bfe703e236 100644
--- a/games/rstnode/Cargo.toml
+++ b/games/rstnode/Cargo.toml
@@ -21,6 +21,7 @@ cgmath = { version = "*", features = ["mint"] }
chrono = { version = "0.4", features = ["serde"] }
rand = "0.7"
quadtree_rs = "0.1"
+const_env = "0.1"
-# [profile.release.overrides."*"]
-# opt-level = 3 \ No newline at end of file
+[profile.release.overrides."*"]
+opt-level = 3 \ No newline at end of file