summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-19 21:54:35 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-19 21:54:35 +0300
commit0cef25cad181c03eb9e9e4b10f697aca1ccb74a5 (patch)
tree165b13278d209965fedd49916de05f4e1d93ac18 /Cargo.toml
downloadwordfreq-0cef25cad181c03eb9e9e4b10f697aca1ccb74a5.tar.gz
Add: write out all words in input
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..393abb5
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "wordfreq"
+version = "0.1.0"
+authors = ["Lars Wirzenius <liw@liw.fi>"]
+
+[dependencies]