aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-02-24 06:21:53 +0000
committerNerdyPepper <[email protected]>2019-02-24 06:21:53 +0000
commit87ebe6ce99e798f3b7733647553c6c0f08f42153 (patch)
treee1904496bf102f03a193d09de073150095d8dad8 /Cargo.toml
init
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..cac6e66
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
1[package]
2name = "tokenizer"
3version = "0.1.0"
4authors = ["NerdyPepper <[email protected]>"]
5edition = "2018"
6
7[dependencies]