[dependencies.clap]
features = ["yaml"]
version = "~2.33"
[dependencies.serenity]
version = "0.9.3"
[dependencies.tokio]
features = ["full"]
version = "~0.2"
[package]
authors = ["jakecorrenti <jcorrenti13@outlook.com>"]
categories = ["command-line-utilities"]
description = "Guild is a Command Line Interface build with Rust that posts code snippets to a Discord channel using Webhooks."
edition = "2018"
homepage = "https://github.com/jakecorrenti/guild"
keywords = ["cli"]
license = "MIT"
name = "guild"
readme = "README.md"
repository = "https://github.com/jakecorrenti/guild"
version = "0.1.1"