Initial commit workspace Cargo.toml

This commit is contained in:
Xavier Moffett 2023-11-16 23:36:36 -05:00
parent 2d070ab120
commit 1c7f48dd81

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[workspace]
resolver = "1"
members = ["pacwrap", "pacwrap-agent", "pacwrap-core"]
[profile.release]
lto = "thin"
opt-level = "s"