feat: add notify command and cli args
This commit is contained in:
parent
92a97e8f8a
commit
fd18fa1a8b
10 changed files with 141 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue