Regenerate schema module

This commit is contained in:
Emery Hemingway 2023-05-17 22:07:48 +01:00
parent bbd122a2f5
commit 06451baa48
3 changed files with 2 additions and 3 deletions

View File

@ -10,4 +10,4 @@ bin = @["libnotify_actor"]
# Dependencies
requires "nim >= 1.6.10"
requires "nim >= 1.6.10", "syndicate >= 20230518"

View File

@ -3,7 +3,6 @@
include ./protocol
import std/[asyncdispatch]
from std/strutils import normalize
import syndicate

View File

@ -1,6 +1,6 @@
import
std/typetraits, preserves, std/tables
preserves, std/tables
type
Attrs* = Table[Symbol, string]