From 169870428a9074d2429e6ec3dac64e84bb0392e3 Mon Sep 17 00:00:00 2001 From: David Li Date: Fri, 3 Nov 2017 23:00:54 -0400 Subject: Implement skeleton of lexer --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..14d5b5a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "taiga" +version = "0.1.0" +authors = ["David Li "] + +[dependencies] +lazy_static = "0.2.9" +regex = "0.2" \ No newline at end of file -- cgit v1.2.3