From 9dea083e2e7cf0eb3a1bc58e50259d21cb53b8c7 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 21 Aug 2024 12:47:53 +0200 Subject: style(treewide): Reformat --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1c3877e..55b4de0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,13 @@ serde_json = "1.0.125" sqlx = { version = "0.7.4", features = ["runtime-tokio", "sqlite"] } stderrlog = "0.6.0" tempfile = "3.12.0" -tokio = { version = "1.39.3", features = ["rt-multi-thread", "macros", "process", "time", "io-std"] } +tokio = { version = "1.39.3", features = [ + "rt-multi-thread", + "macros", + "process", + "time", + "io-std", +] } url = { version = "2.5.2", features = ["serde"] } xdg = "2.5.2" yt_dlp = { path = "./yt_dlp/" } -- cgit 1.4.1