summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 131d00112a18980afb96a48d88673569809a7bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[workspace]
members = [
    "autocrypt",
    "buffered-reader",
    "core",
    "ffi",
    "ffi-macros",
    "guide",
    "ipc",
    "net",
    "openpgp",
    "openpgp-ffi",
    "sop",
    "sq",
    "sqv",
    "store",
]

[profile.release]
debug = true