Initial import

This commit is contained in:
Matthias Beyer 2016-08-09 15:25:10 +02:00
parent 56c5b8c443
commit 726a74e41c
2 changed files with 12 additions and 0 deletions

6
libimagmail/Cargo.toml Normal file
View file

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

6
libimagmail/src/lib.rs Normal file
View file

@ -0,0 +1,6 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}