mirror of
https://github.com/Noratrieb/ub.git
synced 2026-01-14 16:45:05 +01:00
rename parser crate
This commit is contained in:
parent
4aabcdfd76
commit
632f9d3426
16 changed files with 31 additions and 27 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[workspace]
|
||||
members = [".", "./ub_parser"]
|
||||
members = [".", "./parser"]
|
||||
|
||||
[package]
|
||||
name = "ub"
|
||||
|
|
@ -9,4 +9,4 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
ub_parser = { path = "./ub_parser" }
|
||||
parser = { path = "./parser" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue