summary refs log tree commit diff
path: root/crates/brainf_lexer/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/brainf_lexer/Cargo.toml')
-rw-r--r--crates/brainf_lexer/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/brainf_lexer/Cargo.toml b/crates/brainf_lexer/Cargo.toml
new file mode 100644
index 0000000..58be7a5
--- /dev/null
+++ b/crates/brainf_lexer/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "brainf_lexer"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+logos = "0.13.0"
+thiserror = "1.0.44"