Commit 24a76456 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

feat: Alphabetize lib dependency list

parent b947a110
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -7,24 +7,24 @@ edition = "2021"

[dependencies]
bon = "2.0.1"
bytes = "1.7.2"
clap = { version = "4.4.2" }
derive_more = { version = "1.0.0", features = ["display", "from_str"] }
env_logger = "0.11.3"
fancy-regex = "0.13.0"
is_executable = "1.0.4"
is-terminal = "0.4.9"
openssl = "0.10.68"
owo-colors = { workspace = true }
pyproject-toml = "0.11.0"
reqwest = "0.12.8"
serde_yml = "0.0.12"
sha2 = "0.10.8"
tokio = { version = "1.39.2", features = ["rt", "time", "rt-multi-thread"] }
toml = "0.8.19"
valuable = "0.1.0"
valuable-derive = "0.1.0"
sha2 = "0.10.8"
which = "6.0.3"
reqwest = "0.12.8"
bytes = "1.7.2"
is_executable = "1.0.4"
toml = "0.8.19"
pyproject-toml = "0.11.0"
openssl = "0.10.68"
acorn-lib = { workspace = true }
clap-verbosity-flag = { workspace = true }
color-eyre = { workspace = true }