This commit is contained in:
Robin Appelman 2020-12-01 21:53:10 +01:00
commit 1f64e8af89
6 changed files with 770 additions and 2 deletions

View file

@ -4,6 +4,8 @@ version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
logos = "0.11"
thiserror = "1.0"
source-span = "2.2"
maplit = "1.0.2"