We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b49e7 commit 1042b46Copy full SHA for 1042b46
mithril-fake-aggregator/Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "mithril-fake-aggregator"
3
version = "0.1.0"
4
-authors.workspace = true
5
-documentation.workspace = true
6
-edition.workspace = true
7
-homepage.workspace = true
8
-license.workspace = true
9
-repository.workspace = true
10
-
+description = "Mithril Fake Aggregator for client testing"
+authors = { workspace = true }
+documentation = { workspace = true }
+edition = { workspace = true }
+homepage = { workspace = true }
+license = { workspace = true }
+repository = { workspace = true }
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
13
[dependencies]
0 commit comments