Initial import

This commit is contained in:
Matthias Beyer 2016-05-18 21:27:56 +02:00
parent 76601c8fa8
commit a75419f048
2 changed files with 9 additions and 0 deletions

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

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

View file

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