Initial commit

This commit is contained in:
Aleksandr 2024-07-30 23:43:47 +03:00
commit 0a9dc80583
13 changed files with 239 additions and 0 deletions

18
Cargo.toml Normal file
View file

@ -0,0 +1,18 @@
[package]
name = "saja"
version = "0.1.0"
edition = "2021"
[workspace]
members = [
"crates/parser",
]
resolver = "2"
[workspace.dependencies]
compact_str = "0.8.0"
saja-parser = { path = "crates/parser", version = "0.1.0" }
[dependencies]