introduce workspace
This commit is contained in:
+7
-2
@@ -1,3 +1,6 @@
|
||||
[workspace]
|
||||
members = ["crates/main", "crates/macros", "crates/core"]
|
||||
|
||||
[package]
|
||||
name = "pacdef"
|
||||
version = "1.0.0-beta2"
|
||||
@@ -18,7 +21,8 @@ serde_derive = "*"
|
||||
serde = "*"
|
||||
termios = "*"
|
||||
|
||||
pacdef_macro = {path = "pacdef_macro", version = "*"}
|
||||
macros = {path = "crates/macros", version = "*"}
|
||||
core = {path = "crates/core", version = "1.0.0-beta2"}
|
||||
|
||||
[profile.release]
|
||||
lto = "off"
|
||||
@@ -27,4 +31,5 @@ strip = true
|
||||
|
||||
[[bin]]
|
||||
name = "pacdef"
|
||||
path = "src/main.rs"
|
||||
path = "crates/main/main.rs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user