aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2021-11-24 11:37:07 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2021-11-25 09:53:44 +0200
commite48876266053819680931b8c43fe6c6165e9c739 (patch)
tree9a303c3e8c037b1ce049eb090315c3506a5c9602 /Cargo.toml
parentecc88efd10db08afad1027892d44d473839a4b86 (diff)
Fix evaluation problems
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b5a9ba0..0866d42 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,9 @@ name = "prog-lang-dev1"
version = "0.1.0"
edition = "2021"
+[features]
+reduce_debug = []
+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]