about summary refs log tree commit diff stats
path: root/pkgs/by-name/mp/mpdpopm/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-28 13:10:42 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-28 13:10:42 +0200
commitc9944e92bc1e2bff9071300b25b11642d218f424 (patch)
tree6d6f4d6ffb17381b3cabb5e52ee2b9f594c14513 /pkgs/by-name/mp/mpdpopm/Cargo.toml
parentpkgs/mpp-searchadd: Make resistent to `beets` auto-migrations on startup (diff)
downloadnixos-config-c9944e92bc1e2bff9071300b25b11642d218f424.zip
treewide: Format
Diffstat (limited to 'pkgs/by-name/mp/mpdpopm/Cargo.toml')
-rw-r--r--pkgs/by-name/mp/mpdpopm/Cargo.toml15
1 files changed, 12 insertions, 3 deletions
diff --git a/pkgs/by-name/mp/mpdpopm/Cargo.toml b/pkgs/by-name/mp/mpdpopm/Cargo.toml
index 51931865..9c085d09 100644
--- a/pkgs/by-name/mp/mpdpopm/Cargo.toml
+++ b/pkgs/by-name/mp/mpdpopm/Cargo.toml
@@ -27,7 +27,7 @@ lalrpop = { version = "0.22", features = ["lexer"] }
 async-trait = "0.1"
 boolinator = "2.4"
 chrono = "0.4"
-clap = {version = "4.6", features = ["derive"]}
+clap = { version = "4.6", features = ["derive"] }
 errno = "0.3"
 futures = "0.3"
 lalrpop-util = { version = "0.22", features = ["lexer"] }
@@ -38,9 +38,18 @@ regex = "1.12"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0.149"
 toml = "0.9"
-tokio = { version = "1.52", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] }
+tokio = { version = "1.52", features = [
+  "io-util",
+  "macros",
+  "net",
+  "process",
+  "rt-multi-thread",
+  "signal",
+  "sync",
+  "time",
+] }
 tracing = "0.1.44"
-tracing-subscriber = { version = "0.3.23", features = ["env-filter"]}
+tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
 anyhow = "1.0.102"
 shlex = "1.3.0"
 rand = "0.9.4"