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

[dependencies]
futures-await = "~0.1"
serenity = { path = "../../", default-features = true }
tokio-core = "~0.1"