summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 94ebc2023005fa35407ca490557e5bdf4cffff4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[workspace]
resolver = "2"
members = [
    "autocrypt",
    "buffered-reader",
    "guide",
    "ipc",
    "net",
    "openpgp",
    "sq",
]

[profile.release]
debug = true