Added: Rust parser WIP

This commit is contained in:
Maieul BOYER 2024-03-25 15:15:49 +01:00
parent 3ee1bed44e
commit b38a1cba97
No known key found for this signature in database
3 changed files with 151 additions and 0 deletions

8
rust/parser/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "parser-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]