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