-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
30 lines (29 loc) · 905 Bytes
/
Cargo.toml
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
[package]
name = "locd"
version = "0.1.0"
authors = ["Stewart Mackenzie <[email protected]>"]
edition = "2018"
[dependencies]
copernica-broker = { path = "../copernica/copernica-broker" }
copernica-protocols = { path = "../copernica/copernica-protocols" }
copernica-services = { path = "../copernica/copernica-services" }
copernica-links = { path = "../copernica/copernica-links" }
copernica-common = { path = "../copernica/copernica-common" }
copernica-packets = { path = "../copernica/copernica-packets" }
copernica-tests = { path = "../copernica/copernica-tests" }
bincode = "1.3"
log = "0.4"
dirs = "2.0.2"
serde = { version = "1.0", features = ["derive"] }
async-std = "1.4.0"
anyhow = "1.0"
rand_chacha = "0.2.2"
rand = "0.8.3"
rand_core = "0.6.1"
cryptoxide = "0.3.2"
sm = "0.9.0"
futures-lite = "1.11.3"
futures = "0.3.12"
async-executor = "1.4.1"
packtool = "0.1.0"
crossbeam-channel = "0.5.1"