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 # Dependencies
requires "nim >= 1.6.10" requires "nim >= 1.6.10", "syndicate >= 20230518"

View File

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

View File

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