[package] name = "morse" version = "0.1.0" authors = ["Pieter Vantorre "] 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]