summaryrefslogtreecommitdiffstats
path: root/libimagentryselect
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-26 08:49:05 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-05-26 08:49:05 +0200
commit9f3878d43f56c10a4db75bd2fb6ef151ab1fc20a (patch)
tree330ab292304d576df7ace562caef8152c8e3fb06 /libimagentryselect
parent2e80c29f47658a95023805a9a149058570bea16a (diff)
Initial import
Diffstat (limited to 'libimagentryselect')
-rw-r--r--libimagentryselect/Cargo.toml6
-rw-r--r--libimagentryselect/src/lib.rs6
2 files changed, 12 insertions, 0 deletions
diff --git a/libimagentryselect/Cargo.toml b/libimagentryselect/Cargo.toml
new file mode 100644
index 00000000..753f3c86
--- /dev/null
+++ b/libimagentryselect/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "libimagentryselect"
+version = "0.1.0"
+authors = ["Matthias Beyer <mail@beyermatthias.de>"]
+
+[dependencies]
diff --git a/libimagentryselect/src/lib.rs b/libimagentryselect/src/lib.rs
new file mode 100644
index 00000000..cdfbe1aa
--- /dev/null
+++ b/libimagentryselect/src/lib.rs
@@ -0,0 +1,6 @@
+#[cfg(test)]
+mod tests {
+ #[test]
+ fn it_works() {
+ }
+}