Skip to content

Commit

Permalink
Show panicking APIs in docs, README on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Dec 21, 2019
1 parent ce57ed3 commit f3acecf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exclude = [".github", ".editorconfig", "rustfmt.toml"]
repository = "https://github.com/time-rs/time"
keywords = ["date", "time", "calendar", "duration"]
categories = ["date-and-time"]
readme = "README.md"
license = "MIT OR Apache-2.0"
# TODO Add GitHub Actions badge once rust-lang/crates.io#1838 is merged.
description = "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]."
Expand All @@ -19,3 +20,6 @@ panicking-api = []

[dependencies]
serde = { version = "1", optional = true, default-features = false, features = ["derive", "alloc"] }

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

0 comments on commit f3acecf

Please sign in to comment.