summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 048be44b951cecf5012b9b1024aab5cbc84abb7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
cargo-features = ["profile-overrides"]

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

# Prelude tests are too slow when not optimized
[profile.dev]
opt-level = 2