tranquil 0.1.0

A module framework for Discord bots with slash commands, based on serenity.
Documentation
[dependencies.bounded-integer]
features = ["std", "macro", "types"]
version = "0.5.3"

[dependencies.futures]
version = "0.3.23"

[dependencies.serde]
version = "1.0"

[dependencies.serenity]
version = "0.11.5"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "signal"]
version = "1.21"

[dependencies.toml]
version = "0.5.9"

[dependencies.tranquil-macros]
version = "0.1.0"
[dev-dependencies.dotenv]
version = "0.15.0"

[package]
authors = ["Possseidon <xpossseidon@gmail.com>"]
categories = ["api-bindings"]
description = "A module framework for Discord bots with slash commands, based on serenity."
edition = "2021"
keywords = ["bot", "commands", "discord", "framework", "serenity"]
license = "MIT"
name = "tranquil"
readme = "README.md"
repository = "https://github.com/Possseidon/tranquil"
resolver = "1"
version = "0.1.0"