summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-22 18:03:47 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-11-03 15:36:49 +0100
commit9fbda0620e45a3eff03ac44bfab2941ad909d346 (patch)
treeaa3f1b07b2c959169d8d85a4b661b30d087739a1 /Cargo.toml
parent7817211f97e33b2b3201c62aaa0d0fdf6bce04a9 (diff)
Add first setup for EndpointManager
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 86b8290..5317b8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,8 @@ pom = "3"
futures = "0.3"
handlebars = "3"
filters = "0.4.0"
-indoc = "1"
+indoc = "1"
+typed-builder = "0.7"
url = { version = "2", features = ["serde"] }
tokio = { version = "0.2", features = ["full"] }