aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-03-26 07:02:13 +0000
committerBlaž Hrastnik2021-03-26 08:12:45 +0000
commit2a3910c1d9f2b05fe5bc0610e6a83e6dabe13b71 (patch)
tree5e2c94eec0c168d14b1478a07110230b3be1c7fe /Cargo.lock
parentad3325db8e6dce3a10b9f8e0319ab9814c7ade1b (diff)
wip: Async async. Delay response handling with a callback.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3f4d3b8c..b9e14f87 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -549,6 +549,8 @@ dependencies = [
"num_cpus",
"once_cell",
"pulldown-cmark",
+ "serde",
+ "serde_json",
"smol",
"smol-timeout",
"toml",