aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Cargo.toml')
-rw-r--r--examples/Cargo.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
new file mode 100644
index 0000000..edb8b22
--- /dev/null
+++ b/examples/Cargo.toml
@@ -0,0 +1,18 @@
+[package]
+
+name = "rusty-irc-examples"
+version = "0.1.0"
+authors = [ "dremann@gmail.com" ]
+
+[[bin]]
+
+name = "rusti"
+
+[[bin]]
+
+name = "client"
+
+[dependencies.rusty-irc]
+
+path = "../"
+version = "0.1.0"