mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-16 17:45:11 +01:00
no terrible cloning!
This commit is contained in:
parent
7fc10f3b6c
commit
d12fa25df9
8 changed files with 63 additions and 96 deletions
|
|
@ -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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue