summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-21 09:07:43 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-21 09:07:43 +0200
commit8745b8524173ff8a2261f3d6209cf87a384be68d (patch)
treec034b4a98c0d5931b90c61df0db65e5198fc2569
parenta73712df8840c63210ce8aceed9d0738931e5317 (diff)
downloadroadmap-8745b8524173ff8a2261f3d6209cf87a384be68d.tar.gz
refactor: sort dependencies in Cargo.toml
Sponsored-by: author
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"