summaryrefslogtreecommitdiffstats
path: root/libimagnotes
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-02-13 18:13:51 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-03-25 16:30:12 +0100
commite189aeed223bb90052d09dce839ee73b6c0e26d8 (patch)
tree4d0ebccac54f702530891302330cfe5e2d1d501c /libimagnotes
parent9fa362c22cdc34ef1d360622542783441063001e (diff)
libimagnotes init
Diffstat (limited to 'libimagnotes')
-rw-r--r--libimagnotes/Cargo.toml6
-rw-r--r--libimagnotes/src/lib.rs3
2 files changed, 9 insertions, 0 deletions
diff --git a/libimagnotes/Cargo.toml b/libimagnotes/Cargo.toml
new file mode 100644
index 00000000..b2c29f2b
--- /dev/null
+++ b/libimagnotes/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "libimagnotes"
+version = "0.1.0"
+authors = ["Matthias Beyer <mail@beyermatthias.de>"]
+
+[dependencies]
diff --git a/libimagnotes/src/lib.rs b/libimagnotes/src/lib.rs
new file mode 100644
index 00000000..a93251b6
--- /dev/null
+++ b/libimagnotes/src/lib.rs
@@ -0,0 +1,3 @@
+#[test]
+fn it_works() {
+}