reorder master Cargo.toml
This commit is contained in:
+7
-8
@@ -1,6 +1,3 @@
|
||||
[workspace]
|
||||
members = ["crates/main", "crates/macros", "crates/core"]
|
||||
|
||||
[package]
|
||||
name = "pacdef"
|
||||
version = "1.0.0-beta2"
|
||||
@@ -9,6 +6,9 @@ description = "declarative package manager for Arch Linux"
|
||||
license = "GPLv3"
|
||||
repository = "https://github.com/steven-omaha/pacdef"
|
||||
|
||||
[workspace]
|
||||
members = ["crates/main", "crates/macros", "crates/core"]
|
||||
|
||||
[dependencies]
|
||||
alpm = "*"
|
||||
anyhow = "*"
|
||||
@@ -24,12 +24,11 @@ termios = "*"
|
||||
macros = {path = "crates/macros", version = "*"}
|
||||
core = {path = "crates/core", version = "1.0.0-beta2"}
|
||||
|
||||
[profile.release]
|
||||
lto = "off"
|
||||
opt-level = "z"
|
||||
strip = true
|
||||
|
||||
[[bin]]
|
||||
name = "pacdef"
|
||||
path = "crates/main/main.rs"
|
||||
|
||||
[profile.release]
|
||||
lto = "off"
|
||||
opt-level = "z"
|
||||
strip = true
|
||||
|
||||
Reference in New Issue
Block a user