Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
docs.rs should run with all features
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmeier committed Aug 24, 2021
1 parent 776e974 commit 487e31a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fire-crypto"
description = "Crypto library providing encryption and signing."
version = "0.1.0"
version = "0.1.1"
authors = ["Sören Meier <[email protected]>"]
repository = "https://github.com/fire-lib/fire-crypto"
homepage = "https://fire-lib.com/"
Expand All @@ -11,6 +11,9 @@ keywords = ["crypto", "signature", "cipher"]
categories = ["cryptography"]
resolver = "2"

[package.metadata.docs.rs]
all-features = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
Expand Down

0 comments on commit 487e31a

Please sign in to comment.