ircbot: init
This commit is contained in:
parent
a7feee1b1e
commit
6cd3d23835
6
ircbot/Cargo.toml
Normal file
6
ircbot/Cargo.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "ircbot"
|
||||
version = "0.1.0"
|
||||
authors = ["Graham Christensen <graham@grahamc.com>"]
|
||||
|
||||
[dependencies]
|
3
ircbot/src/main.rs
Normal file
3
ircbot/src/main.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Loading…
Reference in a new issue