morse 0.1.0

Crate to translate ascii to morse and morse to ascii
Documentation
[package]
name = "morse"
version = "0.1.0"
authors = ["Pieter Vantorre <pietervantorre@gmail.com>"]
description = "Crate to translate ascii to morse and morse to ascii"
license = "MIT"
repository = "https://github.com/NuclearCookie/morse"
keywords = ["morse","translate"]
categories= ["parsing", "text-processing"]
[badges]
# Travis CI: `repository` is required. `branch` is optional; default is `master`
travis-ci = { repository = "https://github.com/NuclearCookie/morse", branch = "master" }

[dependencies]