enigmatick 0.2.7

Enigmatick is a social media platform that integrates with servers that implement the ActivityPub protocol (e.g., Mastodon)
Documentation
# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli

[print_schema]
file = "src/schema.rs"
custom_type_derives = ["diesel::sql_types::SqlType","diesel::query_builder::QueryId"]

[migrations_directory]
dir = "migrations"