syndicate_utils/syndicate_utils.nimble

14 lines
309 B
Plaintext
Raw Normal View History

2022-06-09 01:25:45 +00:00
# Package
2023-05-06 19:08:38 +00:00
version = "20230506"
2022-06-09 01:25:45 +00:00
author = "Emery Hemingway"
description = "Utilites for Syndicated Actors and Synit"
license = "unlicense"
srcDir = "src"
bin = @["json_socket_translator", "json_translator", "msg"]
2022-06-09 01:25:45 +00:00
# Dependencies
requires "nim >= 1.6.6", "syndicate >= 0.3.1"