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


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