docs: Make docs.rs build all features
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "greetd_ipc"
|
name = "greetd_ipc"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
authors = ["Kenny Levinsen"]
|
authors = ["Kenny Levinsen"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
@@ -9,6 +9,9 @@ repository = "https://git.sr.ht/~kennylevinsen/greetd/"
|
|||||||
description = "An implementation of the greetd IPC protocol"
|
description = "An implementation of the greetd IPC protocol"
|
||||||
keywords = ["greetd"]
|
keywords = ["greetd"]
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
codec = ["thiserror"]
|
codec = ["thiserror"]
|
||||||
sync-codec = ["codec"]
|
sync-codec = ["codec"]
|
||||||
|
Reference in New Issue
Block a user