ataraxy 0.1.0

Discord slash commands framework for Serenity
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.ataraxy-macros]
version = "0.1.0"

[dependencies.serenity]
default-features = false
features = ["builder", "cache", "client", "gateway", "model", "unstable_discord_api"]
version = "0.10"

[features]
default = ["serenity/rustls_backend"]

[package]
authors = ["Impossible Reality <impossible@impreality.ml>"]
description = "Discord slash commands framework for Serenity"
edition = "2018"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["discord", "macros"]
license = "MIT"
name = "ataraxy"
readme = "README.md"
repository = "https://github.com/ImpossibleReality/ataraxy"
version = "0.1.0"