aboutsummaryrefslogtreecommitdiff
path: root/examples/01_basic_ping_bot/Cargo.toml
blob: 760ce2cb51ae6c10a343f3162ce201fa29fc5e0f (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]
serenity = { path = "../../", default-features = true }
env_logger = "*"
log= "*"