telegram_actor/telegram_actor.nimble

9 lines
244 B
Plaintext
Raw Normal View History

2024-05-21 11:50:45 +00:00
version = "20240521"
author = "Emery Hemingway"
description = "Telegram client as a Syndicated Actor"
license = "Unlicense"
srcDir = "src"
bin = @["telegram_actor"]
2024-05-22 03:58:46 +00:00
requires "https://git.syndicate-lang.org/ehmry/syndicate-nim.git >= 20240522"