aboutsummaryrefslogtreecommitdiff
path: root/examples/01_basic_ping_bot/Cargo.toml
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-29 20:51:10 -0800
committerAustin Hellyer <[email protected]>2016-11-29 22:27:59 -0800
commit93b990d8d1bc9df69b8e27a3db61da570822aad6 (patch)
tree6305cf635df90681527a8e736f65ff19f21fd8bc /examples/01_basic_ping_bot/Cargo.toml
parentAdd more shiny readme badges (diff)
downloadserenity-93b990d8d1bc9df69b8e27a3db61da570822aad6.tar.xz
serenity-93b990d8d1bc9df69b8e27a3db61da570822aad6.zip
Clean up the codebase
Diffstat (limited to 'examples/01_basic_ping_bot/Cargo.toml')
-rw-r--r--examples/01_basic_ping_bot/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/01_basic_ping_bot/Cargo.toml b/examples/01_basic_ping_bot/Cargo.toml
new file mode 100644
index 0000000..603ee6b
--- /dev/null
+++ b/examples/01_basic_ping_bot/Cargo.toml
@@ -0,0 +1,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" }