aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2021-08-30 22:13:08 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2021-09-02 23:46:44 +0200
commitdfe15c16de2f8c80de55ac442ff8d8ff3687fb11 (patch)
tree36c2989b35995692df4f8d2552eab3de87c2ee8b /Cargo.toml
downloadllvm-kaleidoscope-rs-dfe15c16de2f8c80de55ac442ff8d8ff3687fb11.tar.gz
llvm-kaleidoscope-rs-dfe15c16de2f8c80de55ac442ff8d8ff3687fb11.zip
ch1: added minimal lexer implementation following chapter 1chapter1
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..e345bab
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "llvm-kaleidoscope-rs"
+version = "0.1.0"
+edition = "2018"
+
+[dependencies]