try fixing compilation on docs.rs and crates.io
This commit is contained in:
@@ -9,9 +9,12 @@ readme = "README.md"
|
||||
keywords = ["package-manager", "linux", "declarative", "cli"]
|
||||
categories = ["command-line-utilities"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["alpm/docs-rs"]
|
||||
|
||||
[dependencies]
|
||||
alpm = { version = "2.2", default-features = false, features = ["docs-rs"] }
|
||||
anyhow = {workspace = true}
|
||||
alpm = "2.2"
|
||||
anyhow = { workspace = true }
|
||||
clap = "4.1"
|
||||
const_format = { version = "0.2", default-features = false }
|
||||
path-absolutize = "3.0"
|
||||
@@ -23,5 +26,4 @@ serde_yaml = "0.9"
|
||||
serde_derive = "1.0"
|
||||
serde = "1.0"
|
||||
|
||||
pacdef_macros = {path = "../pacdef_macros", version = "0.1"}
|
||||
|
||||
pacdef_macros = { path = "../pacdef_macros", version = "0.1" }
|
||||
|
||||
Reference in New Issue
Block a user