pawarser(init): start extracting the parser lib

This commit is contained in:
Schrottkatze 2024-10-13 15:32:26 +02:00
commit a3ab844ba7
No known key found for this signature in database
4 changed files with 61 additions and 1 deletions

View file

@ -0,0 +1,12 @@
[package]
name = "pawarser"
version = "0.1.0"
edition = "2021"
[dependencies]
rowan = "0.15.15"
drop_bomb = "0.1.5"
enumset = "1.1.3"
[lints]
workspace = true