imag-view: init

This commit is contained in:
Matthias Beyer 2016-02-18 17:19:56 +01:00
parent 7dde6c2a56
commit 9f5a33f962
2 changed files with 9 additions and 0 deletions

6
imag-view/Cargo.toml Normal file
View file

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

3
imag-view/src/main.rs Normal file
View file

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