mirror of
https://github.com/Noratrieb/nodra.git
synced 2026-01-16 16:45:03 +01:00
cargo new
This commit is contained in:
parent
f86f37810c
commit
f7964cf17e
9 changed files with 306 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue