summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 07a333c64a01abb42753dc16125122f7bd1a92dd (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" }