diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-11-24 11:37:07 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-11-25 09:53:44 +0200 |
| commit | e48876266053819680931b8c43fe6c6165e9c739 (patch) | |
| tree | 9a303c3e8c037b1ce049eb090315c3506a5c9602 /Cargo.toml | |
| parent | ecc88efd10db08afad1027892d44d473839a4b86 (diff) | |
Fix evaluation problems
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |
