My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/apps/unionbot/Cargo.toml

14 lines
335 B

[package]
name = "unionbot"
description = "A mastodon bot that reminds you periodically to join a union"
version = "0.1.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
edition = "2018"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
elefren = "0.22"
toml = "0.5"
log = "0.4"
env_logger = "0.8"
colored = "2.0"