try fixing compilation on docs.rs and crates.io

This commit is contained in:
steven-omaha
2023-02-18 14:50:22 +01:00
parent 2727d56175
commit 76ef8374cd
+6 -4
View File
@@ -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" }