Adding first block

This commit is contained in:
Daniel Tomlinson
2020-11-16 16:19:44 +00:00
parent 524f6d0ec3
commit 71357ac7ba
7 changed files with 293 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "emojifier"
version = "0.1.0"
authors = ["Daniel Tomlinson <daniel.tomlinson1@nhs.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "3.0.0-beta.2"