diff options
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | src/lib.rs | 2 |
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 @@ -1 +1 @@ - +#![doc = include_str!("../README.md")] |
