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

[dependencies]
typemap = "0.3"

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