aboutsummaryrefslogtreecommitdiff
path: root/examples/01_basic_ping_bot/Cargo.toml
blob: 30ce62c0868492cefda65f0cf08d627b3eefb6e0 (plain) (blame)
1
2
3
4
5
6
7
[package]
name = "01_basic_ping_bot"
version = "0.1.0"
authors = ["my name <[email protected]>"]

[dependencies]
serenity = { path = "../../", default-features = true }