mirror of
https://github.com/Noratrieb/nodra.git
synced 2026-01-14 07:35:02 +01:00
10 lines
209 B
TOML
10 lines
209 B
TOML
[package]
|
|
name = "nodra"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chumsky = "0.8.0"
|
|
logos = "0.12.1"
|