We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd9db6 commit c0d1754Copy full SHA for c0d1754
Cargo.toml
@@ -3,6 +3,16 @@ name = "dynfmt"
3
version = "0.1.0"
4
authors = ["Jan Michael Auer"]
5
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
16
17
[dependencies]
18
erased-serde = "0.3.6"
0 commit comments