summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 74388cb7eea6d059765a464e13796cec20e88b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cargo-features = ["profile-overrides"]

[workspace]
members = [
    "abnf_to_pest",
    "dhall",
    "dhall_parser",
]

# # Parser is super slow when not optimized
# [profile.dev.overrides.dhall_parser]
# opt-level = 3
# [profile.dev.overrides.dhall_core]
# opt-level = 3
# [profile.dev.overrides.dhall]
# opt-level = 3
# [profile.dev]
# opt-level = 3