summaryrefslogtreecommitdiffstats
path: root/libimagbookmark
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-12 15:10:31 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-07 23:46:06 +0200
commit5a0720e3bb85bb41bb58b884b588ee317a8d8abf (patch)
tree002412b8e473b44fba526b32c33b9bc653a9caf9 /libimagbookmark
parent4ec3e29459d891660ae385e8774b26315612a26c (diff)
Initial import
Diffstat (limited to 'libimagbookmark')
-rw-r--r--libimagbookmark/Cargo.toml6
-rw-r--r--libimagbookmark/src/lib.rs6
2 files changed, 12 insertions, 0 deletions
diff --git a/libimagbookmark/Cargo.toml b/libimagbookmark/Cargo.toml
new file mode 100644
index 00000000..897cf5f6
--- /dev/null
+++ b/libimagbookmark/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "libimagbookmark"
+version = "0.1.0"
+authors = ["Matthias Beyer <mail@beyermatthias.de>"]
+
+[dependencies]
diff --git a/libimagbookmark/src/lib.rs b/libimagbookmark/src/lib.rs
new file mode 100644
index 00000000..cdfbe1aa
--- /dev/null
+++ b/libimagbookmark/src/lib.rs
@@ -0,0 +1,6 @@
+#[cfg(test)]
+mod tests {
+ #[test]
+ fn it_works() {
+ }
+}