aboutsummaryrefslogtreecommitdiff
path: root/examples/01_basic_ping_bot/Cargo.toml
blob: 603ee6b2bdd06a062a7fdb886e9679c9363bf3a8 (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 = { git = "https://github.com/zeyla/serenity.rs.git" }