aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Cargo.toml
blob: edb8b22e5db86815b3d9b9fd25aca82ea9e91d35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"