feat: set timed reveals
This commit is contained in:
@@ -9,4 +9,10 @@ edition = "2021"
|
||||
[workspace.dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
common = { path = "crates/common" }
|
||||
uuid = { vserion = "1.3", features = ["serde", "v4", "js"] }
|
||||
uuid = { vserion = "1.3", features = ["serde", "v4"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
thiserror = "1"
|
||||
serde_json = "1"
|
||||
log = "0.4"
|
||||
futures = "0.3"
|
||||
futures-util = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user