diary: initial import

This commit is contained in:
Matthias Beyer 2016-03-31 15:39:07 +02:00
parent c099fc7270
commit 937530b41f
2 changed files with 9 additions and 0 deletions

6
imag-diary/Cargo.toml Normal file
View File

@ -0,0 +1,6 @@
[package]
name = "imag-diary"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]

3
imag-diary/src/main.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}