feat: add notify command and cli args

This commit is contained in:
qvalentin 2025-01-20 20:40:17 +01:00
parent 92a97e8f8a
commit fd18fa1a8b
10 changed files with 141 additions and 24 deletions

View file

@ -33,6 +33,7 @@ library
State.RoomDataState
State.RoomsState
Types.AppTypes
Types.Config
Types.ConnectionState
Types.Participant
Types.RoomData
@ -62,6 +63,7 @@ library
, http-types
, lifted-base
, mtl
, optparse-applicative
, process
, text
, time
@ -90,6 +92,7 @@ executable jitsi-rooms-exe
, jitsi-rooms
, lifted-base
, mtl
, optparse-applicative
, process
, text
, time