aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a40137901ff1e8825b81c8e46c7788e74391d3c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "thulani-rs"
version = "0.1.0"
authors = ["Nathan Perry <avaglir@gmail.com>"]

[dependencies]

[dependencies.serenity]
version = "0.5"
default-features = false
features = ["builder", "cache", "client", "framework", "model", "utils", "voice"]