Skip to content

Commit c0d1754

Browse files
committed
Prepare for publishing
1 parent 0fd9db6 commit c0d1754

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ name = "dynfmt"
33
version = "0.1.0"
44
authors = ["Jan Michael Auer"]
55
edition = "2018"
6+
readme = "README.md"
7+
repository = "https://github.com/jan-auer/dynfmt"
8+
homepage = "https://github.com/jan-auer/dynfmt"
9+
documentation = "https://docs.rs/dynfmt"
10+
description = """
11+
A crate for formatting strings dynamically.
12+
"""
13+
14+
[package.metadata.docs.rs]
15+
all-features = true
616

717
[dependencies]
818
erased-serde = "0.3.6"

0 commit comments

Comments
 (0)