diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2020-08-08 20:11:59 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2020-08-09 21:44:00 +0200 |
commit | 3caea2bfbbddf2b3d872eb16e15877194bdfe0d6 (patch) | |
tree | 418cb1398c6254679b0d8be74e95b35c330365da /erebos.cabal | |
parent | a4437f0479a721aeebac305e403b88b18a5f7d5f (diff) |
Move pairing logic to separate module
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index c0cd961..2a9e65a 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -23,6 +23,7 @@ executable erebos Channel, Message, Network, + Pairing PubKey, Service State, |