Initial commit
This commit is contained in:
commit
0a9dc80583
13 changed files with 239 additions and 0 deletions
18
Cargo.toml
Normal file
18
Cargo.toml
Normal 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]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue