Compare commits
No commits in common. "5adf9ee7f070f9909f09ab9342f84376d11dd7dc" and "13d098eaa0ebf1eb66bb09ddd0346b312fca0f51" have entirely different histories.
5adf9ee7f0
...
13d098eaa0
File diff suppressed because it is too large
Load Diff
|
@ -38,7 +38,7 @@ sled = "0.34.7"
|
||||||
prometheus-client = "0.22.2"
|
prometheus-client = "0.22.2"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
curve25519-dalek = { version = "4", default-features = false, features = ["serde", "rand_core", "digest"] }
|
curve25519-dalek = { version = "4", default-features = false, features = ["serde", "rand_core", "digest"] }
|
||||||
troll-patrol = { git = "https://git-crysp.uwaterloo.ca/vvecna/troll-patrol.git", version = "0.1.0" }
|
troll-patrol = { git = "https://git-crysp.uwaterloo.ca/vvecna/troll-patrol", version = "0.1.0" }
|
||||||
array-bytes = "6.2.0"
|
array-bytes = "6.2.0"
|
||||||
sha1 = "0.10"
|
sha1 = "0.10"
|
||||||
|
|
||||||
|
@ -49,6 +49,4 @@ version = "0.4.38"
|
||||||
features = ["serde"]
|
features = ["serde"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# We need the simulation feature of troll-patrol to fake time while
|
simulation = []
|
||||||
# deserializing reports
|
|
||||||
simulation = ["troll-patrol/simulation"]
|
|
||||||
|
|
Loading…
Reference in New Issue