summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--src/lib.rs2
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9f33d7b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# Bota's Time Crate
+
+A crate I created to give me things that I want in a time crate, like a generic TimeZone API, and accurate leap-second handling
diff --git a/src/lib.rs b/src/lib.rs
index 8b13789..7913c79 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1 +1 @@
-
+#![doc = include_str!("../README.md")]