summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 843615aaab1fd035262c4f61650df83725fe397c (plain)
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
[workspace]

# Here we declare that this is a workspace, containing several crates
# within it.
members = [
    "caret",
    "retry-error",
    "tor-rtcompat",
    "tor-rtmock",
    "tor-llcrypto",
    "tor-protover",
    "tor-bytes",
    "tor-socksproto",
    "tor-checkable",
    "tor-cert",
    "tor-linkspec",
    "tor-cell",
    "tor-proto",
    "tor-netdoc",
    "tor-consdiff",
    "tor-netdir",
    "tor-chanmgr",
    "tor-circmgr",
    "tor-dirclient",
    "tor-dirmgr",
    "tor-config",
    "tor-client",
    "tor-units",
    "arti"
    ]

resolver = "2"