aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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