aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-03-07 17:50:18 +0100
committerGitHub <noreply@github.com>2021-03-07 17:50:18 +0100
commit09c830296fdb55efbc7f590337ce72f5ec75c04b (patch)
tree2411baac44a8ce88fcb90e35db68fba018aefb81 /Cargo.toml
parenta9d943e2d93be0e741874cb1ef85488dacc6eeab (diff)
parenteab567c57dd41439ad4328a287baddda3e3270a8 (diff)
downloadsylt-09c830296fdb55efbc7f590337ce72f5ec75c04b.tar.gz
Merge pull request #91 from FredTheDino/compiler-rewrite
WIP: Rewrite the compiler
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f6b763f..44b1f66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,8 +10,9 @@ name = "sylt"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-logos = "0.11.4"
+logos = "~0.11.4"
owo-colors = { git="https://github.com/FredTheDino/owo-colors.git" }
+rand = "0.8"
sylt_macro = { path = "sylt_macro" }
criterion = { version = "0.3", optional = true }