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

[profile.release]
debug = true

[patch.crates-io]
anyhow = { git = 'https://github.com/dtolnay/anyhow.git', rev = 'd6acd22200de94b65804e08ca41a4bdff3404512' }