From 8745b8524173ff8a2261f3d6209cf87a384be68d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 21 Jan 2022 09:07:43 +0200 Subject: refactor: sort dependencies in Cargo.toml Sponsored-by: author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76b4c2f..a5f1129 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ repostiory = "https://gitlab.com/larswirzenius/roadmap" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +anyhow = "1" serde_yaml = "0.8" structopt = "0.3" textwrap = "0.14" thiserror = "1" -anyhow = "1" -- cgit v1.2.1