ub/Cargo.toml
2022-03-25 20:38:55 +01:00

12 lines
No EOL
242 B
TOML

[workspace]
members = [".", "./parser"]
[package]
name = "ub"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
parser = { path = "./parser" }