mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 20:55:03 +01:00
parsing
This commit is contained in:
parent
2903ba108e
commit
2455e95d45
7 changed files with 1493 additions and 1175 deletions
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.53"
|
||||
anyhow = { version = "1.0.53", features = ["backtrace"] }
|
||||
nom = "7.1.0"
|
||||
once_cell = "1.9.0"
|
||||
rand = "0.8.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue