feat: set timed reveals

This commit is contained in:
2023-06-16 21:14:53 +02:00
parent 17faadf7cd
commit 35d53d82c6
15 changed files with 350 additions and 25 deletions

View File

@@ -6,16 +6,17 @@ edition.workspace = true
[dependencies]
serde.workspace = true
uuid.workspace = true
common.workspace = true
thiserror.workspace = true
axum = { version = "0.6", features = ["ws", "headers"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
common.workspace = true
thiserror = "1.0.40"
tower = "0.4.13"
uuid.workspace = true
tower-http = { version = "0.4.0", features = ["fs", "trace", "cors"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
clap = { version = "4.3.3", features = ["derive"] }
futures-util = "0.3.28"
tower = "0.4"
tower-http = { version = "0.4", features = ["fs", "trace", "cors"] }
chrono.workspace = true
tokio-stream = { version = "0.1", features = ["sync"] }
clap = { version = "4", features = ["derive"] }
futures-util.workspace = true
serde_json.workspace = true