summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 149ef869973d7f86b1b593843465a42a5062a27c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[workspace]
members = [
    "mail",
    "core",
    "headers",
    "internals",
    "smtp",
    "template"
]


#[patch.crates-io]
#mail = { path="./mail" }
#mail-core = { path="./core" }
#mail-headers = { path="./headers" }
#mail-internals = { path="./internals" }