From 7f99c1957f29d57c006a11a02226ecab030a1d4c Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 24 Jul 2026 12:24:07 +0200 Subject: Add D-Bus daemon and Arch user service packaging --- uv.lock | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 uv.lock (limited to 'uv.lock') diff --git a/uv.lock b/uv.lock new file mode 100644 index 0000000..1e05ee2 --- /dev/null +++ b/uv.lock @@ -0,0 +1,12 @@ +version = 1 +revision = 3 +requires-python = ">=3.14" + +[options] +exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values. +exclude-newer-span = "P7D" + +[[package]] +name = "parley-dictation" +version = "0.1.0.dev0" +source = { editable = "." } -- cgit v1.3.1