-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (35 loc) · 849 Bytes
/
Cargo.toml
File metadata and controls
36 lines (35 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[workspace]
resolver = "2"
members = [
"buf-stream",
"email",
"email-macros",
"email-testing-server",
"email-tests",
"http",
"keyring",
"mml",
"oauth",
"pgp",
"process",
"rip-starttls",
"secret",
"shellexpand-utils",
"time",
]
[patch.crates-io]
buf-stream = { path = "./buf-stream" }
email-lib = { path = "./email" }
email-macros = { path = "./email-macros" }
email-testing-server = { path = "./email-testing-server" }
email-tests = { path = "./email-tests" }
http-lib = { path = "./http" }
keyring-lib = { path = "./keyring" }
mml-lib = { path = "./mml" }
oauth-lib = { path = "./oauth" }
pgp-lib = { path = "./pgp" }
process-lib = { path = "./process" }
rip-starttls = { path = "./rip-starttls" }
secret-lib = { path = "./secret" }
shellexpand-utils = { path = "./shellexpand-utils" }
time-lib = { path = "./time" }