aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorZachary Dremann <dremann@gmail.com>2014-06-25 15:50:16 -0400
committerZachary Dremann <dremann@gmail.com>2014-06-25 16:06:44 -0400
commitae22f22a931b207301681f2fc948e8e9cfd1daf7 (patch)
tree3e1b8d6ef91f010fe048bf5d205b90d6f16b68d2 /examples
parent4beb868e0ca2aa5ad9c29e4ba934c0fd8fc2501e (diff)
downloadrusty-irc-ae22f22a931b207301681f2fc948e8e9cfd1daf7.tar.gz
rusty-irc-ae22f22a931b207301681f2fc948e8e9cfd1daf7.zip
Updated for Cargo
Diffstat (limited to 'examples')
-rw-r--r--examples/Cargo.toml18
-rw-r--r--examples/src/client.rs (renamed from examples/client.rs)0
-rw-r--r--examples/src/rusti.rs (renamed from examples/rusti.rs)0
3 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"
diff --git a/examples/client.rs b/examples/src/client.rs
index 9c5e15a..9c5e15a 100644
--- a/examples/client.rs
+++ b/examples/src/client.rs
diff --git a/examples/rusti.rs b/examples/src/rusti.rs
index 91d50dd..91d50dd 100644
--- a/examples/rusti.rs
+++ b/examples/src/rusti.rs