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

[dependencies.serenity]
features = ["framework", "methods"]
version = "0.1"