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

[dependencies]
serenity = { path = "../../" }