no terrible cloning!

This commit is contained in:
nora 2022-06-21 13:46:51 +02:00
parent 7fc10f3b6c
commit d12fa25df9
8 changed files with 63 additions and 96 deletions

View file

@ -1,5 +1,5 @@
[workspace]
members = [".", "parser"]
members = [".", "./parser"]
[package]
name = "uwuc"
@ -9,3 +9,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
parser = { path = "./parser" }