aboutsummaryrefslogtreecommitdiff
path: root/examples/07_sample_bot_structure/Cargo.toml
blob: 966cd1fa29921a4fc8ee57eef1fa0498d352c91b (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "07_sample_bot_structure"
version = "0.1.0"
authors = ["my name <[email protected]>"]

[dependencies.serenity]
features = ["cache", "framework"]
path = "../../"