From ae13cbecdbeca984e0d389732356c2785eab66d9 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 7 Jun 2022 12:28:18 +0200 Subject: implement cloning of new repos --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 18eb1eb..31df682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -tokio = { version = "1", features = ["full", "rt-multi-thread"] } +tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } futures = "0.3" gitlab = "0.1408" @@ -18,12 +18,13 @@ async-trait = "*" # Arg parsing and config clap = { version = "3", features = ["derive"] } -figment = { version = "0.10", features = ["toml", "yaml", "env"] } +figment = { version = "0.10", features = ["toml", "env"] } serde = "1" # logging tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } +tracing-flame = "0.2" # error handling anyhow = "1" -- cgit v1.2.3